You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Warren Bell <wa...@gmail.com> on 2010/02/18 21:52:45 UTC

Behavior does not work when visibility is changed from false to true

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org