> In this context , could anyone tell me what does following
> statement does ?
>
> <jsp:setProperty name="myBean" property="*"/>
The tag would iterate through the current ServletRequest parameters,
matching
the parameter names with the property name and setting each matched property
with
the value of the corresponding parameter. If the value of a parameter is
""""
then the corresponding property is not modified.
-Shiraz
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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