Re: [Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-06 Thread Johan Compagner
But a form component (so not a panel with own markup)can contribute to a header just fine:public void renderHead(HtmlHeaderContainer container)But i guess the discussion is here that even for non own markup components we need to search for markup where the header part is in??Or do i misunderstand

Re: [Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-05 Thread Eelco Hillenius
I agree with the inconvenience Jan has. I have an other example... I was working on a slider this weekend, based on the Yahoo slider javascript component. It would be nice to let this be a form component that can participate in form validation, population, etc, but also to use markup with this for

[Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-05 Thread jan_bar
I will try to express myself better and I will add bug report if needed.   In Wicket 1.1 I had a ValidatedForm class that inherits from Form. That class does client form validation (uses fvalidate scripts). The ValidatedForm needs to add the scripts (and css) to the Page markup where the for

Re: [Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-05 Thread Igor Vaynberg
form doesnt have its own markup, so how can it have a wicket:head tag associated with it?-IgorOn 3/5/06, jan_bar < [EMAIL PROTECTED]> wrote:Hi Juergen,you got it wrong, the is for Form, not Page, see me other post.Jan"Juergen Donnerstag" <[EMAIL PROTECTED]> wrote in messagenews:[EMAIL PROTECTED] .

[Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-05 Thread jan_bar
Hi Juergen, you got it wrong, the is for Form, not Page, see me other post. Jan "Juergen Donnerstag" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] in Pages don't make any sense. Just remove it and you are done. Juergen On 3/4/06, jan_bar <[EMAIL PROTECTED]> wrote: > Hi, > > I a

[Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-05 Thread jan_bar
Just a side note, the wicket:header should be wicket:head, the code is correct, the message title and text has typo. Jan "jan_bar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am migrating Wicket 1.1.1 application to Wicket 1.2 (snapshot 20060302). > It seems that wicke

[Wicket-user] Re: Wicket 1.2 and wicket:header

2006-03-05 Thread jan_bar
The is ignored because the MyForm markup is in read by Wicket. So how can I add markup to Form? Jan "jan_bar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am migrating Wicket 1.1.1 application to Wicket 1.2 (snapshot 20060302). > It seems that wicket:header doesn't wor