I am currently trying to pass the value of an iterator to an action. This is what it should look like (sort of):
<ww:action name="entries" id="entries"/>
<ww:iterator value="#entries.entries" >
<ww:property value="name" />
<ww:property />
<ww:action name="edit" id="edit" >
<ww:param name="entry" value="???" />
</ww:action>
</ww:iterator>How do I get the value of the current top stack value passed to the edit action? Things like value'<ww:property />' don't work.
Are there any other approaches to get this to work? Is the ww:action the right one?
greetings, Hendrik
ps. What I would also like to know is how I could pass this to a JSP page (directly) without going through an action first (obviously the entry needs to be edited somewhere in the end).
pps. The reason for going through this trouble is that I don't like passing IDs around. (That would be too easy ;-))
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
