]
Brian Leathem commented on RF-13716:
------------------------------------
[~manovotn] I am unable to reproduce this with the latest from the 4.5.x branch. Perhaps
it was resolved with this commit
{{[eea815f|https://github.com/richfaces/richfaces/commit/eea815f7cbc2dabadd669ef45006a6f5d1e7d12b]}}?
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
Fix For: 4.5.0.Alpha3
Original Estimate: 2 hours
Remaining Estimate: 2 hours
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.