[
http://jira.jboss.com/jira/browse/RF-2275?page=comments#action_12403951 ]
Nick Belaevski commented on RF-2275:
------------------------------------
Reproducible on richfaces-demo for the following code:
<a4j:form>
<h:panelGrid columns="3">
<h:outputText value="Name:" />
<h:inputText value="#{userBean.name}" />
<a4j:commandLink reRender="out">
<h:outputText value="Say Hello" />
</a4j:commandLink>
</h:panelGrid>
</a4j:form>
<h:panelGroup id="out">
<h:form>
<h:commandLink value="add" />
</h:form>
<h:outputText value="Hello " rendered="#{not empty
userBean.name}" />
<h:outputText value="#{userBean.name}" />
<h:outputText value="!" rendered="#{not empty userBean.name}"
/>
</h:panelGroup>
<a4j:log />
<rich:separator height="1" style="padding-top:10px" />
"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