Hi,

I have iterator in my jsp which iterate through list of objects. I want to
call action call method for every object which is iterated, but also to pass
this object's id to that method, e.g.:

<s:iterator value="list">
...
    <s:property value="callActionClassMethod('+id+')" />
...
</s:iterator>

How can I define this ?

--
Thx, Milan
-- 
View this message in context: 
http://www.nabble.com/-S2--Calling-action-class-method-from-jsp-tp21174848p21174848.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to