> I agree that this will solve the problem, but at the same time doesn't
that
> defeat alot of the "convenience" associated with the JSP/Beans combo? For
a
> large form, that is alot of bean.setProperty... calls.
I know, but unlickily this is the only way to solve the problem.
The setProperty tag doesn't call the set methods if the corresponding fields
of the form are null. This is written in the sun jsp specification (but it
hink it's one of their worst mistakes!)
Anyway if u want more infos, u can do a search on java.sun.com, section:
forum, keywords: setProperty * null. U should find a long thread about this
jsp "bug".
===========================================================================
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