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

EvalHelper should not throw NullAttributeException, it's too slow





------- Additional Comments From [EMAIL PROTECTED]  2003-03-06 15:46 -------
I don't know enough about the EL tags to make a judgement but I can say that 
exceptions shouldn't be used as a common execution path.  There is 0 overhead 
for executing in a try/catch block until you throw an exception.  If it's 
reasonable for the eval() method to return null then we should do that instead 
of throwing an exception.

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

Reply via email to