I have a Collection Object in my JSP which I am able to display using display Tag.
I want to render those collection objects when I submit my html form, so that I can retrieve them in my Action class as form property. If it is a string, I can render it as hidden field.. <input type="hidden" name="name" value="<%=myForm.getName()%>"/> And in the Action class I can just say, String name = myForm.getName(); How can I achieve the same thing for a collection object. Thanks, Phani. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]