Why do you want to append the charset attribute? Why do you need it?
AFAIK if the charset is ommited the browser should use document
charset for the javascript as well. I don't understand the usecase
here.

-Matej

On 10/24/07, kent lai <[EMAIL PROTECTED]> wrote:
> Hmm, or maybe even subclassing does not work as well.... digging into
> the source, I might need to do my own custom renderHead to write that
> out.
>
> Of course, including it directly in the html might be a better idea
> then... anyone got any thoughts?
>
> On 25 Oct 2007, at 1:25 AM, kent lai wrote:
>
> > Hi,
> >       I was using jquery validator plugin, and using wicket's
> > HeaderContributor.forJavascript to include my script file.
> >
> >       However, for IE, it was been recommended to append the attribute
> > charset="ISO-8859-1" to the script tag to enable it to work.
> >
> >       Is there a way (short of maybe subclassing HeaderContribute) to
> > output this attribute?
> >
> >       Thanks
> >
> > Kent
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to