i have not been using JSTL, i have been using struts tags.
with this method, will the property be updated by the form 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" <user@struts.apache.org>
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 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 are also objects of type List. and these List objects contain strings (so i have a list of lists of strings). i want to display these strings in a form (an entire table will come from just the single property), all i have read in the documetions has to do with displaying the contents of a property that is a List but not the two level list i have here.

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



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



Reply via email to