Re: A table as a single form bean property

2005-01-17 Thread Erik Weber
on submit, because i dont only want to use it to display the values but also to set the values on the bean - Original Message - From: "Erik Weber" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, January 17, 2005 4:00 PM Subject: Re: A table as a sin

Re: A table as a single form bean property

2005-01-17 Thread Olasoji Ajayi
AIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, January 17, 2005 4:00 PM Subject: Re: A table as a single form bean property You can use nested (JSTL) c:forEach tags. The outer one will iterate over the List of Lists. The inner one will iterate over the List of Strings

Re: A table as a single form bean property

2005-01-17 Thread Erik Weber
You can use nested (JSTL) c:forEach tags. The outer one will iterate over the List of Lists. The inner one will iterate over the List of Strings that is the current outer List. Hope that helps, Erik Olasoji Ajayi wrote: i have a form bean which has a rows property of type List, the list elements