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

2006-09-01 Thread Matej Knopp
ibutor.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 >>&g

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 Juergen Donnerstag
t; 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

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

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

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

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

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 Hunzik

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-

[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 ---