[richfaces-issues] [JBoss JIRA] Created: (RF-9375) a4j:ajax not correctly supports relative paths in render attribute.
Konstantin Mishin (JIRA)
jira-events at lists.jboss.org
Tue Sep 28 10:32:02 EDT 2010
a4j:ajax not correctly supports relative paths in render attribute.
-------------------------------------------------------------------
Key: RF-9375
URL: https://jira.jboss.org/browse/RF-9375
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Reporter: Konstantin Mishin
>From richfaces-exadel list:
I rewrote the Matrix sample from Core demo to Metamer,using partial refresh feature (adressing the exact cell in matrix).
You can see sample on http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/matrix.xhtml
But I can't to get this sample working inside another iteration components since I address the cells absolutely using form:... expression.
Can you advice me how to address it relatively to get it working nested in another container components, I am not able to find right expression.
As far as I understand expression should be:
<a4j:ajax render="valueInput outputRows:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list