On 1/26/07, David H. DeWolf <[EMAIL PROTECTED]> wrote:
pages.   The real kicker is when I remove the method invocations
(%{getText('')})  - this results in a 1100-1200ms/request gain (an
average of about 100ms per method invocation) and drops my total request
time to well under a second.

The tags now have a "key" attribute that can be used in place of the
getText OGNL expression.

I'd be curious to know if

<s:textfield key="lastName" />

runs faster than

<s:textfield label="%getText('lastName')" name="lastName" />

If so, I wonder if there other places where we could eliminate common
OGNL statements by adding functionality to the tags.

-Ted.

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

Reply via email to