Pazhanikanthan Periasamy wrote:

No for both as both these are performed ast Server level thought u use JSP
scriptlets or Struts tags.
JSP tags are syntactic sugar around method calls, whereas scriptlet code is "injected" directly into the generated servlet source. So there will be a minor performance hit as you will be calling a method rather than simply performing an 'if' compare.

Is the tradeoff worth it? I could argue either side of that and not feel bad.

-----"Raghuveer" <[EMAIL PROTECTED]> wrote: -----
Does there will be any performance issue if i use struts tags like logic
tags,  when comapred to "if " condion in scriplet in JSP.
Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to