You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Tim Funk <fu...@joedog.org> on 2003/08/08 15:00:30 UTC

Please confirm soln: [Bug 22226] Tomcat throws JasperException instead of NumberFormatException when parameter can't convert to bean property

The spec says for <jsp:setProperty>:
"A conversion failure leads to an error, whether at translation time or 
requesttime."

 From a compliance point of view, it looks like tomcat is OK that is throws a 
JasperException.

But from a user (web developer) point of view, I would think this sucks. But 
am I correct that this is not a bug? (So I can resolve as invalid)

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

-Tim