use a hidden field to set the output of your javascript function. this hidden field is bound to a tapestry property. that way it will get set in the rewind cycle.
in order to cause a submit you can have a hidden AjaxSubmit button that you can cause a click() on after you've set the hidden property On 10/26/06, Edoardo Campagnano <[EMAIL PROTECTED]> wrote:
Hi to all, here's my poblem: I've got a javascript function that returns a String, I need to call a listener sending the result string from the function as argument for the listener. Which is the best method to do this? I think a Tacos component but don't know what and how.. Thanks in advice Edoardo
-- Thanks, Karthik