I have a TextField with an AjaxFormSubmitBehavior attached to it. The behavior works fine when the page is loaded with the TextField visible but does not work if the page is loaded with it not visible and then made visible with an ajax call. I can see everything in the ajax response including the head js. The head js has a function that gets called by the TextFields onkeypress event before the wicket ajax is called. Firebug says it can't find the function, but it is in the ajax response. There is no js in this behavior that is associated with the page loading.

What do I need to do to make this behavior work after visibility is changed from false to true?

--
Thanks,

Warren Bell


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

Reply via email to