You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to update table data on the command event of a drop-down (that is outside the table) with
$attribute
{msgData}
. I tried but the tableRowGroup doesn't seem to get recreated after drop-down selection.
From Ken: This is a limitation of the current table factory. The problem is that the "factory" consumes the #{} / ${}
expressions during creation, so redisplays do not re-invoke the factory code which derives the table row
(dataprovider) information.
Environment
Operating System: All
Platform: Windows
Affected Versions
[1.2]
The text was updated successfully, but these errors were encountered:
@glassfishrobot Commented
kenpaulsen said:
Work-a-rounds: Manipulate the data stored in the MultipleListDataProvider; or use the standard Woodstock supported ways
of using DataProviders instead of the "data" attribute which JSFTemplating's TableRowGroupFactory exposes.
This issue only applies to the MultipleListDataProvider when this DataProvider is created automatically via the "data"
attribute of the TableRowGroupFactory.
I would like to update table data on the command event of a drop-down (that is outside the table) with
$attribute
{msgData}
. I tried but the tableRowGroup doesn't seem to get recreated after drop-down selection.
From Ken: This is a limitation of the current table factory. The problem is that the "factory" consumes the #{} / ${}
expressions during creation, so redisplays do not re-invoke the factory code which derives the table row
(dataprovider) information.
Environment
Operating System: All
Platform: Windows
Affected Versions
[1.2]
The text was updated successfully, but these errors were encountered: