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

2006-09-01 Thread Matej Knopp
@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

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

2006-09-01 Thread Juergen Donnerstag
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

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.

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

2006-09-01 Thread Matej Knopp
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

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

2006-08-31 Thread Jerry Smith
@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

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:

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