Thiago H. de Paula Figueiredo wrote:

>> But IIRC the setting @Persist("client") produced URL parameters
>> instead of hidden fields. How can I force the latter?
> Hidden fields cannot be used by links (unless you use Javascript to copy  
> their value to the URL), just forms. One possible solution is to not use  
> links for action events, just form submissions in that page.

I am using a navigation component which inserts ActionLinks into the
page. These may be responsible for creating URL parameters.

Is there a way to exclude these links or force form submission for the
values?

Regards
 Stephan

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

Reply via email to