You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fachhoch <fa...@gmail.com> on 2012/11/16 22:01:40 UTC

update webmarkupcontainer from fragment , container onBeforeRender() method is not being called

I have a fragment with a link inside,  onclick  of this link  I want  to
update a webmarkupcontainer in my page for which I add this container to the
target.
surprisingly its not calling onBeforeRender() method of this  container,  in
ajaxdebug window I see the container mark in the response ?   I am still
using wicket 1.4.12, Please advice.





--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/update-webmarkupcontainer-from-fragment-container-onBeforeRender-method-is-not-being-called-tp4653960.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: update webmarkupcontainer from fragment , container onBeforeRender() method is not being called

Posted by fachhoch <fa...@gmail.com>.
found the issue , its becasue of not using onConfigure or  
callOnBeforeRenderIfNotVisible







--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/update-webmarkupcontainer-from-fragment-container-onBeforeRender-method-is-not-being-called-tp4653960p4654030.html
Sent from the Users forum mailing list archive at Nabble.com.

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