Hi,

I have a Page and it has a search form, contained within an ID'ed DIV. I made an implementation mixin that initializes an Event observer on the on click event of a 'button' in the Page's HTML. The event triggers javascript that hides/shows the search form.

That works fine, but I want to add functionality so there is persistence of the hide/show state between page refreshes. Documentation recommends to delegate persistence to the container using parameters, but I haven't seen any documentation that indicates it is possible to use parameters on an implementation mixin. At any rate, what would be the concept to achieving this, having the javascript hide/show event return an XHR request to the server that it in turn uses to set the persistent field?

Thanks,
Rich

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

Reply via email to