<jsp:setProperty />
In Beginning JSP 2.0, Chapter 8, page 258, the loginException.jsp uses the following setProperty code:
<jsp:setProperty name="myUser" property="*" />
Can somebody please explain what the "*" means - does it mean that we set all of the javabean's properties with all of the values posted to the JSP by the html webform?
Many thanks.
|