From the comments on this email, it sounds like the html piece that is
shown below is actually embedded within javascript.
Can you please show the whole relevant section, including the <script>
tag (if present)?
Thanks,
Simon
Can you show the part of the page
Zied Hamdi schrieb:
Hi Volker :-),
Do I have to report this to MyFaces core?
Regards,
Zied
2008/9/4 Volker Weber <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
Hi Zied,
2008/9/4 Zied Hamdi <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:
> Hi,
>
> I have the following warning many times in logs:
>
> 12:43:45,671 INFO [STDOUT] 2008-09-04 12:43:45,671
[http-127.0.0.1-8080-1]
> WARN
org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
> Invalid tag found: unexpected input while looking for attr name
or '/>' at
> line 208. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
>
> and he's right: here is a snippet of the output page:
> <a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
> tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\"
> onblur=\"tobagoMenuBlur(event)\" ...
this looks like a part of the javascript output to define a menu item.
> Is there a way to remove the java escape characters before
double quotes
> from the output (if that is the problem).
no!
Seems there is a problem in the ReducedHTMLParser: javascript should
not be parsed.