In the following scenario:
<jsp:useBean id ="foo" class = "SomeClass" scope = "session" >
<jsp:setProperty name = "foo" property = "someproperty" value =
"somevalue" />
</jsp:useBean>
if "someproperty" is used within the constructor of SomeClass, will the
current value of "someproperty" be used or will the constructor use the
resulting value from <jsp:setProperty/>
Sorry for the basic question, thanks in advance.
===========================================================================
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