hi

I use RowSetDynaClass to get my results from a db then i add these rows to a 
List via  getRows(). The list is then returned to my jsp page which is using 
jstl and struts-el. I would like to use c:forEach to iterate over the list 
and print out the variables. Within the loop i would like to use struts-el 
html:link as follows...

<html:link page="$my_var"><c.out value="${my_var}" /></html:link>

Does anyone know if what i am trying to do is possible as i keep getting 
errors??

I not sure how to correctly pass my list to c:forEach..... any ideas

Thanks


Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to