For instance if I have an array of objects in my action class: private MyObject[] objects;
How can I handle it with JSP? The example below throws an exception <s:property value="objects[0].prop1"/> <s:property value="objects[0].prop2"/> <s:property value="objects[1].prop1"/> <s:property value="objects[1].prop2"/> Can I manage it with indexed properties? --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=55942&messageID=111130#111130 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
