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 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 refresh the page it works again.
 
 Nicholas
 
 

-- 
View this message in context: 
http://www.nabble.com/TextTemplateHeaderContributor.forJavaScript-and-Ajax-tf3865042.html#a10975739
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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.html#a8548871
 here .




 N. Kiellberg wrote:
 
  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 refresh the page it works again.
 
  Nicholas
 
 

 --
 View this message in context: 
 http://www.nabble.com/TextTemplateHeaderContributor.forJavaScript-and-Ajax-tf3865042.html#a10975739
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 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 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 refresh the page it works again.
  
   Nicholas
  
  
 
  --
  View this message in context: 
  http://www.nabble.com/TextTemplateHeaderContributor.forJavaScript-and-Ajax-tf3865042.html#a10975739
  Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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.
 
  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.html#a8548871
   here .
  
  
  
  
   N. Kiellberg wrote:
   
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 refresh the page it works again.
   
Nicholas
   
   
  
   --
   View this message in context: 
   http://www.nabble.com/TextTemplateHeaderContributor.forJavaScript-and-Ajax-tf3865042.html#a10975739
   Sent from the Wicket - User mailing list archive at Nabble.com.
  
  
   -
   This SF.net email is sponsored by DB2 Express
   Download DB2 Express C - the FREE version of DB2 express and take
   control of your XML. No limits. Just data. Click to get it now.
   http://sourceforge.net/powerbar/db2/
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
 
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[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 refresh
the page it works again.

Nicholas

-- 
View this message in context: 
http://www.nabble.com/TextTemplateHeaderContributor.forJavaScript-and-Ajax-tf3865042.html#a10949287
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user