Hello,

The spec seems to say that <jsp:setProperty /> will try to set any property
(in addition to the types in table 4.1) from a string in the value attribute
or request parameter if a PropertyEditor with a setAsText() method can be
found for that type. I've tested a bean and property editor and they work ok
when building an applet with an IDE, but I get a NullPointerException when I
try to use them in a JSP page in JRun.

1) should the setProperty tag work for any custom type that can be
represented as a string and has an editor?

2) does each vendor implement their own version of the useBean and other
standard library tags?

Thanks,

Dean

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to