You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/04/30 00:17:52 UTC

DO NOT REPLY [Bug 16808] - Jasper makes calls to tag setters that 1.2 spec says it doesn't have to

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=16808>.
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=16808

Jasper makes calls to tag setters that 1.2 spec says it doesn't have to

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From kin-man.chung@sun.com  2003-04-29 22:17 -------
I cannot understand why you think setValue only needs to be invoked on the first
iteration, and not the subsequent iterations.  Isn't ${foo} changes from one
iteration to the next?

In any case, your program behavior should not rely on any performance
optimizations the container may or may not do.  Also the section of the spec you
quoted are talking about persistent properties in the same tag handler instance
(from doStarg to doEndTag), not from one tag instance to another, so it does not
apply to your case.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org