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/showc...]
(and in
[
Metamer|https://github.com/richfaces/richfaces-qa/blob/4.5.x/metamer/appl...]
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/ba9dcfacd8aa67348924d8...]
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)