Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Factory consumes EL expression during creation #4

Open
glassfishrobot opened this issue Oct 30, 2006 · 5 comments
Open

Table Factory consumes EL expression during creation #4

glassfishrobot opened this issue Oct 30, 2006 · 5 comments

Comments

@glassfishrobot
Copy link

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]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by jc129909

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Was assigned to kenpaulsen

@glassfishrobot
Copy link
Author

@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.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA JSFTEMPLATING-4

@glassfishrobot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants