RE: Using JSTL Instead of Nested Tags

2004-03-25 Thread Robert Taylor
Mike, you will have to expose the form like: c:set var=form value=${myForm}/ ...where myForm is its name defined in the struts-config file. If its DynaForm then you have to expose the form map: c:set var=form value=${myForm.map}/ Once you do this, you can use JSTL to access and render

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: !--SAVED SEARCHES-- c:when test='${not empty