Thank kou Kou
There's still more to learn for me

As I guess there isn't any mechanism for declaration/evaluation, eg:

<s:url var='showUrl' action='show' evalLater='true'>
        <s:param name='id' value='%{id}/>
</s:url>

<s:iterator value='items' >
        <s:property value='id' /><br/>
        <s:property value='%{showUrl}' eval='true' /><br/>
</s:iterator>

Then <s:property> will be url that evals with getting item.id ...

For PC browsers I'll use javascript post as you suggested, it will be
much cleaner and probably faster

Thanks again and have a great day
Piotrek


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

Reply via email to