The <wicket:head> 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 work. My WebPage contains a MyForm.
The
> MyForm inherits from From and markup has <wicket:head> section. This
section
> is not shown in the final markup. This worked in previous version. I tried
> to debug but I am lost, because I don't have deep knowledge of Wicket.
> Where can I check why the <wicket:head> is ignored?
>
> Thanks, Jan
>
> This the inherited MyForm markup:
>
> <html>
> <head>
> <meta name="author" content="jan_bar" />
> <wicket:head>
> <script type="text/javascript"
src="fvalidate/fValidate.config.js"></script>
> </wicket:head>
> </head>
> <body>
> </body>
> </html>
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
> that extends applications into web and mobile media. Attend the live
webcast
> and join the prime developer group breaking into this new coding
territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to