I have a simple bean
public class ProvaBean {
public String warning;
public String getWarning(){
......
public void setWarning(S....
}
I pass it from a servlet to a jsp1.0.
I try to read the property "warning" in this way:
<jsp:getProperty name="provaBean" property="Warning" />
In Runtime I have a 500 Server Error message that showes a
NullPointerException.
It's real that the variable "warning" is null but, in the similar way to
the jsp0.92, I'd want to see the String "null" instead of an error
message.
This is a bug? or I missed somethings?
Thanks in advanced
Alessandra
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html