Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-09-01 Thread Matej Knopp
Yeah, we know about it, it's unfortunate that there is such bug, seems 
like no one (including me) has really tested contributors on page. So 
far as workaround it should be possible to add empty WebMarkupContainer 
to the page and add header contributors there.

-Matej

Jerry Smith wrote:
 HeaderContributor.forCss(Class c, String path) is NOT working for me in
 1.2.2 after the first request to a page.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wicket-user-
 [EMAIL PROTECTED] On Behalf Of landtuna
 Sent: Tuesday, August 29, 2006 4:14 PM
 To: wicket-user@lists.sourceforge.net
 Subject: Re: [Wicket-user] HeaderContributor on page works for one
 request
 only? (1.2.2)


 I said:
 Nathan Hamblen-2 said:
 Can anyone confirm if header contributors to pages are working
 properly?
 This works for me.  I'm using a StringHeaderContributor that is
 added in
 each constructor of the page.
 I take that back.  It worked in 1.2.1, but it's broken in 1.2.2.
 --
 Jim Hunziker

 --
 View this message in context:
 http://www.nabble.com/HeaderContributor-on-
 page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047857
 Sent from the Wicket - User forum at Nabble.com.



 
 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-09-01 Thread Juergen Donnerstag
Did you test it with a WebMarkupContainer? Why do think it is
different from a page? May be the error no matter where it is attached
to.

Juergen

On 9/1/06, Matej Knopp [EMAIL PROTECTED] wrote:
 Yeah, we know about it, it's unfortunate that there is such bug, seems
 like no one (including me) has really tested contributors on page. So
 far as workaround it should be possible to add empty WebMarkupContainer
 to the page and add header contributors there.

 -Matej

 Jerry Smith wrote:
  HeaderContributor.forCss(Class c, String path) is NOT working for me in
  1.2.2 after the first request to a page.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:wicket-user-
  [EMAIL PROTECTED] On Behalf Of landtuna
  Sent: Tuesday, August 29, 2006 4:14 PM
  To: wicket-user@lists.sourceforge.net
  Subject: Re: [Wicket-user] HeaderContributor on page works for one
  request
  only? (1.2.2)
 
 
  I said:
  Nathan Hamblen-2 said:
  Can anyone confirm if header contributors to pages are working
  properly?
  This works for me.  I'm using a StringHeaderContributor that is
  added in
  each constructor of the page.
  I take that back.  It worked in 1.2.1, but it's broken in 1.2.2.
  --
  Jim Hunziker
 
  --
  View this message in context:
  http://www.nabble.com/HeaderContributor-on-
  page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047857
  Sent from the Wicket - User forum at Nabble.com.
 
 
 
  
  -
  Using Tomcat but need to do more? Need to support web services,
  security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-09-01 Thread Nathan Hamblen
It works when attached to a component of the page. We just switched ours
to use existing components (like the form).

Nathan

Juergen Donnerstag wrote:
 Did you test it with a WebMarkupContainer? Why do think it is
 different from a page? May be the error no matter where it is attached
 to.
 
 Juergen
 
 On 9/1/06, Matej Knopp [EMAIL PROTECTED] wrote:
 Yeah, we know about it, it's unfortunate that there is such bug, seems
 like no one (including me) has really tested contributors on page. So
 far as workaround it should be possible to add empty WebMarkupContainer
 to the page and add header contributors there.

 -Matej


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-09-01 Thread Matej Knopp
This bug has been caused when backporting. In 2.0 resetHeadRendered is 
called even for page. And I guess that AjaxRequestTarget is not calling 
component#resetHeadRendered in 1.2 too, but I'm not sure if that is 
really a problem.

-Matej

Juergen Donnerstag wrote:
 Did you test it with a WebMarkupContainer? Why do think it is
 different from a page? May be the error no matter where it is attached
 to.
 
 Juergen
 
 On 9/1/06, Matej Knopp [EMAIL PROTECTED] wrote:
 Yeah, we know about it, it's unfortunate that there is such bug, seems
 like no one (including me) has really tested contributors on page. So
 far as workaround it should be possible to add empty WebMarkupContainer
 to the page and add header contributors there.

 -Matej

 Jerry Smith wrote:
 HeaderContributor.forCss(Class c, String path) is NOT working for me in
 1.2.2 after the first request to a page.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wicket-user-
 [EMAIL PROTECTED] On Behalf Of landtuna
 Sent: Tuesday, August 29, 2006 4:14 PM
 To: wicket-user@lists.sourceforge.net
 Subject: Re: [Wicket-user] HeaderContributor on page works for one
 request
 only? (1.2.2)


 I said:
 Nathan Hamblen-2 said:
 Can anyone confirm if header contributors to pages are working
 properly?
 This works for me.  I'm using a StringHeaderContributor that is
 added in
 each constructor of the page.
 I take that back.  It worked in 1.2.1, but it's broken in 1.2.2.
 --
 Jim Hunziker

 --
 View this message in context:
 http://www.nabble.com/HeaderContributor-on-
 page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047857
 Sent from the Wicket - User forum at Nabble.com.



 
 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-31 Thread Jerry Smith
HeaderContributor.forCss(Class c, String path) is NOT working for me in
1.2.2 after the first request to a page.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wicket-user-
 [EMAIL PROTECTED] On Behalf Of landtuna
 Sent: Tuesday, August 29, 2006 4:14 PM
 To: wicket-user@lists.sourceforge.net
 Subject: Re: [Wicket-user] HeaderContributor on page works for one
request
 only? (1.2.2)
 
 
 I said:
  Nathan Hamblen-2 said:
  Can anyone confirm if header contributors to pages are working
 properly?
 
  This works for me.  I'm using a StringHeaderContributor that is
added in
  each constructor of the page.
 
 I take that back.  It worked in 1.2.1, but it's broken in 1.2.2.
 --
 Jim Hunziker
 
 --
 View this message in context:
http://www.nabble.com/HeaderContributor-on-
 page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047857
 Sent from the Wicket - User forum at Nabble.com.
 
 


-
 Using Tomcat but need to do more? Need to support web services,
security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread Nathan Hamblen
Can anyone confirm if header contributors to pages are working properly?
I get the contribution on the first request, but after submitting a form
or following a link that stays on the same page the contributions are
missing.

With panels I'm not seeing the problem.

Nathan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread landtuna

Nathan Hamblen-2 said:
 Can anyone confirm if header contributors to pages are working properly?

This works for me.  I'm using a StringHeaderContributor that is added in
each constructor of the page.

-- 
Jim Hunziker
-- 
View this message in context: 
http://www.nabble.com/HeaderContributor-on-page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047660
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread landtuna

I said:
 Nathan Hamblen-2 said:
 Can anyone confirm if header contributors to pages are working properly?

 This works for me.  I'm using a StringHeaderContributor that is added in
 each constructor of the page.

I take that back.  It worked in 1.2.1, but it's broken in 1.2.2.
-- 
Jim Hunziker

-- 
View this message in context: 
http://www.nabble.com/HeaderContributor-on-page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047857
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user