| Author |
Struts iterator tag value attribute
|
Miltos Tereres
Ranch Hand
Joined: Sep 04, 2009
Posts: 32
|
|
Hello!
How can i do the thing <s:iterator value="rm.getRights(${#cat.value})"> ?
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
try this code ...
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
Miltos Tereres
Ranch Hand
Joined: Sep 04, 2009
Posts: 32
|
|
Thank you for your answer...
I tried also this and works
<s:iterator value="rm.getRights(#cat.key)">
|
 |
 |
|
|
subject: Struts iterator tag value attribute
|
|
|