Re: [Wicket-user] TextTemplateHeaderContributor.forJavaScript and Ajax

2007-06-05 Thread Eelco Hillenius
Thanks! Eelco On 6/5/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > Issue filed: > https://issues.apache.org/jira/browse/WICKET-618 > > > On 6/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Was an RFE made for that? Seems like something we should do > > automagically if possible. > > > > Eelc

Re: [Wicket-user] TextTemplateHeaderContributor.forJavaScript and Ajax

2007-06-05 Thread Ryan Sonnek
Issue filed: https://issues.apache.org/jira/browse/WICKET-618 On 6/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Was an RFE made for that? Seems like something we should do > automagically if possible. > > Eelco > > On 6/5/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > > > I use for this p

Re: [Wicket-user] TextTemplateHeaderContributor.forJavaScript and Ajax

2007-06-05 Thread Eelco Hillenius
Was an RFE made for that? Seems like something we should do automagically if possible. Eelco On 6/5/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > I use for this purpose the Igor's idea of OnLoadJavascriptBehavior, see > http://www.nabble.com/adding-a-listener-to-the-AjaxRequestTarget-tf3065865

Re: [Wicket-user] TextTemplateHeaderContributor.forJavaScript and Ajax

2007-06-05 Thread Alex Objelean
I use for this purpose the Igor's idea of OnLoadJavascriptBehavior, see http://www.nabble.com/adding-a-listener-to-the-AjaxRequestTarget-tf3065865.html#a8548871 here . N. Kiellberg wrote: > > Hi > I have panel where I have added a TextTemplateHeaderContributor. When I > include this panel "

[Wicket-user] TextTemplateHeaderContributor.forJavaScript and Ajax

2007-06-04 Thread N. Kiellberg
Hi I have panel where I have added a TextTemplateHeaderContributor. When I include this panel "directly" on a page there is no problems, but when I use Ajax to replace another panel with this panel it dosen´t work. It seems like the browser dosen´t know that js-functions has been included . If I