[
https://issues.jboss.org/browse/RF-13678?page=com.atlassian.jira.plugin.s...
]
Michal Petrov commented on RF-13678:
------------------------------------
Well. The problematic line is this one:
{{rendered="\#\{containerRichCollapsibleSubTableItem == 'row 3' and
list\[0\].sex == 'MALE'\}"}}
in the case of {{render="all"}} the EL resolver is unable to resolve the list
variable (returning null), and so during ApplyValuesRequestPhase the attribute evaluates
to false and the components aren't updated, now to find out what's causing it.
Render @all does not work for nested a4j:region in
collapsibleSubTable
----------------------------------------------------------------------
Key: RF-13678
URL:
https://issues.jboss.org/browse/RF-13678
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.5.0.Alpha3
Reporter: Juraj Húska
Assignee: Michal Petrov
Labels: regression
Fix For: 4.5.0.Alpha3
Suppose nested {{regions}} in a {{collapsibleSubTable}}.
Those regions are not updated when a {{commandButton}} with {{render}} attribute set to
{{@all}} is submitted.
IMHO it is somehow connected with RF-13677, however, this issue occurs only with
combination of {{regions}} and {{collapsibleSubTable}}, other iteration components works
in this matter.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)