>>Suppose you are
>>iterating over a List and you want to pass the _whole_ top stack object
>>to an action (maybe inside an URL), how do you do that?

>><a href="<ww:url value="editoption.action"><ww:param name="entry"
>>value="(EntryClass) that" /></ww:url>">edit3</a>

I may be completely wrong, but I think you have to start by imagining what
this should look like in the final HTML:

<a href="editoption.action?entry=ognl_paramvalue_here>edit3</a>

I suspect it isn't a feature of ognl that ww:params inside ww:urls are
strings, but rather the logic of WebWork. This is still a GET request, after
all, which doesn't support passing persisted objects unless you create your
own hack.



-------------------------------------------------------
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

Reply via email to