[richfaces-issues] [JBoss JIRA] (RF-13678) Render @all does not work for nested a4j:region in collapsibleSubTable

Michal Petrov (JIRA) issues at jboss.org
Fri Jun 20 05:55:24 EDT 2014


    [ https://issues.jboss.org/browse/RF-13678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978010#comment-12978010 ] 

Michal Petrov edited comment on RF-13678 at 6/20/14 5:54 AM:
-------------------------------------------------------------

Well. The problematic line is this one:

{{rendered="\#\{containerRichCollapsibleSubTableItem == 'row 3' and list\[0\].sex == 'MALE'\}"}}

in the case of {{execute="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.


was (Author: michpetrov):
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)



More information about the richfaces-issues mailing list