[ https://issues.jboss.org/browse/RF-13716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matej Novotny closed RF-13716. ------------------------------ Yes you are correct, it is no longer an issue. Closing. > Charts 4.5 Showcase/Metamer a4j:ajax re-render > ---------------------------------------------- > > Key: RF-13716 > URL: https://issues.jboss.org/browse/RF-13716 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: component-output, showcase > Affects Versions: 4.5.0.Alpha3 > Environment: Latest FF/Chrome > Wildfly 8.1 > Reporter: Matej Novotny > Assignee: Brian Leathem > Priority: Blocker > Original Estimate: 2 hours > Remaining Estimate: 2 hours > > The chart component in > [Showcase|https://github.com/richfaces/richfaces/blob/4.5.x/examples/showcase/src/main/webapp/richfaces/chart/samples/events-sample.xhtml#L51] > (and in > [Metamer|https://github.com/richfaces/richfaces-qa/blob/4.5.x/metamer/application/src/main/webapp/components/richChart/simpleLine.xhtml#L70] > as well) uses a4j:ajax to rerender output with server-side message. It > always looks something like this: > {code} > <h:form id='frm'> > <rich:chart id="chart" > //some attribute settings > <a4j:ajax event="plotclick" render="msg" execute="msg" /> > // axis settings... > </rich:chart> > <h:outputText id="msg" value="#{chartBean.msg}" /> > </h:form> > {code} > With > [this|https://github.com/richfaces/richfaces/commit/ba9dcfacd8aa67348924d8e127a6805e958c9450] > commit, ajax re-rendering stopped working (in both, Metamer and Showcase) so > it might be connected to fixes in RF-13706 in general. > Although I tried Metamer tests for a4j:ajax and they all pass successfully I > do not think this issue is related to charts. -- This message was sent by Atlassian JIRA (v6.2.6#6264) _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues