[richfaces-issues] [JBoss JIRA] Commented: (RF-2275) "Parse Error" , when rerendering modal panel content

Andreas Kaltenbach (JIRA) jira-events at lists.jboss.org
Tue Feb 26 06:06:42 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-2275?page=comments#action_12400570 ] 
            
Andreas Kaltenbach commented on RF-2275:
----------------------------------------

I get the same parse error in a slightly different context.

For me, there seems to be a problem while parsing the response. Especially the character "<" within the for-loop causes the XML parser to fail.
Unfortunately, this character is not escaped properly. The XML parser interprets this as the start of a new XML element.

In my case, the problem arises if I use a <h:commandLink> which produces the javascript snippet.
Seems to be a problem in the JSF implementation itself. Haven't found a way yet to patch it. Probably, a correct escaping of this character (with &lt;) would fix this issue.

If you have any suggestions on this, please let me know...

Cheers

> "Parse Error" , when rerendering modal panel content
> ----------------------------------------------------
>
>                 Key: RF-2275
>                 URL: http://jira.jboss.com/jira/browse/RF-2275
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: JBoss AS 4.2.2.GA
> JBoss Seam 2.0.1.GA
> RichFaces 3.1.4.GA
> Facelets 1.1.14
> JSF Mojarra 1.2_07
>            Reporter: Mikael
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.0
>
>         Attachments: seam_parse_error.zip
>
>
> Getting a Parse Error in the a4j:log window when trying to call a backing bean and then rerender content in the modal panel. 
> The backing bean action executes ok but the modal panel content isn't rerendered due to (I think) a Parse Error.
> Please see forum reference for more information.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list