DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16749>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16749

Struts EL tag handlers cannot be reused by containers





------- Additional Comments From [EMAIL PROTECTED]  2003-02-04 17:08 -------
I cannot imagine any container would call the getter
to check the value.  My reading of the specs has always led
me to believe that the container need only pay attention to
what is in the JSP page prior to compilation, since as long 
as the attribute does not take a rtexpr the value is 
really constant from the JSP container's point of view.

Containers might be unrolling loops or performing any of
a number of optimizations when generating Java code, in theory.
Certainly the spec permits all such things.  And all of 
that has to be done at JSP compile time when runtime values
of set attributes are unknown.

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

Reply via email to