Re: [Wicket-user] add js-function to header only once?

2005-10-31 Thread Eelco Hillenius
You can override renderHeadInitContribution. You need to call super too though, if you want dojo to keep working. Eelco On 10/31/05, Juergen Donnerstag [EMAIL PROTECTED] wrote: I don't know much about the AjaxHandler, but with markup (wicket:head) copying is done only once by default. May be

Re: [Wicket-user] add js-function to header only once?

2005-10-31 Thread Marco van de Haar
I saw an example of this in ImmediateCheckBox, but when I made an Immediate TextField I found that my function was not rendered. Is it not true that only the first component to be rendered with a DojoAjaxHandler will render it's renderHeadInitContribution? Because it sets the