I want to map multiply javabeans to a simgle jsp page. Can I use the
<jsp:setProperty name="firstObject" property="*"/>
<jsp:setProperty name="otherObject" property="*"/>
format to set all the properties, where the firstObject and otherObject are my beans?
Thanks
Cal Cal
<jsp:setProperty name="firstObject" property="*"/>
<jsp:setProperty name="otherObject" property="*"/>
format to set all the properties, where the firstObject and otherObject are my beans?
Thanks
Cal Cal