| Author |
Struts2 - <s:iterator> in two-Dimensional Array.
|
Paul Michael Serrano
Ranch Hand
Joined: Nov 22, 2004
Posts: 59
|
|
Good Day,
I would like to ask how am I going to extract the data object from my 2-dimensional array using <s:iterator>?
In my action class, I do have....
And in my jsp,
what should be the values of my second <s:iterator> tag?
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
I think id attribute is depricated. You should try this
I think you don't need to give anything in the value attribute i.e. remove the value attribute altogether and still it will work as the inner iterator will iterate over the 1-D array that is placed on the top of the value stack by the outer iterator...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Paul Michael Serrano
Ranch Hand
Joined: Nov 22, 2004
Posts: 59
|
|
Thanks Ankit.
|
 |
 |
|
|
subject: Struts2 - <s:iterator> in two-Dimensional Array.
|
|
|