[richfaces-issues] [JBoss JIRA] (RF-13716) Charts 4.5 Showcase/Metamer a4j:ajax re-render

Matej Novotny (JIRA) issues at jboss.org
Wed Jul 9 04:29:24 EDT 2014


Matej Novotny created RF-13716:
----------------------------------

             Summary: 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


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)


More information about the richfaces-issues mailing list