RE: Using JSTL Instead of Nested Tags

2004-03-25 Thread Mike Duffy
Thanks Robert. Your suggestion was helpful. Another key is to use varStatus='status' and the corresponding ${status.index} to reference the objects in the form array:

RE: Using JSTL Instead of Nested Tags

2004-03-25 Thread Robert Taylor
Mike, you will have to expose the form like: ...where "myForm" is its name defined in the struts-config file. If its DynaForm then you have to expose the form map: Once you do this, you can use JSTL to access and render values: or robert > -Original Message- > From: Mike