I don't see the message in the user list archives, so I'll repost the body:

Why does the content of wicket:head show up in two places in my generated markup?  If I have something like:

<html>
<head>
<wicket:head>
<script src=""> </wicket:head>
</head>
....

The markup will generate as:

<head>
<wicket:head>
<script src=""> </wicket:head>
</head>
<html>
<head>
<wicket:head>
<script src=""> </wicket:head>
</head>

This really screws up a number of _javascript_ components.  Any way to get this to only generate once?

Also, how can I add content to wicket:head from a Page component?

Thanks.

On 10/2/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
might you please provide me the details of your <wicket:head> problem
again. thanks

Juergen

On 10/2/05, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> I wasn't sure if it was an issue or I was just doing something dumb.  Let me
> know and I'll file it.
>
>
> On 10/2/05, Eelco Hillenius < [EMAIL PROTECTED] > wrote:
> > Did you file that as an issue?
> >
> > Eelco
> >
> >
> > On 10/2/05, Nick Heudecker <[EMAIL PROTECTED] > wrote:
> > > It looks like I don't have to write an integration component for Wicket
> and
> > > TinyMCE. (I couldn't get FCKeditor working as easily as TinyMCE.) Some
> > > _javascript_ in the <wicket:head> is enough to configure the component and
> do
> > > what I need.
> > >
> > >  However, for everything to work properly, my earlier question about
> > > wicket:head rendering twice needs to get resolved.  Any takers? :)
> > >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Power Architecture Resource Center: Free content, downloads, discussions,
> > and more. http://solutions.newsforge.com/ibmarch.tmpl
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to