dev@jsftemplating.java.net

[Issue 4] New - Table Factory consumes EL expression during creation

From: <jc129909_at_dev.java.net>
Date: 30 Oct 2006 22:25:11 -0000

Table Factory consumes EL expression during creation:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=4
                 Issue #|4
                 Summary|Table Factory consumes EL expression during creation
               Component|jsftemplating
                 Version|current
                Platform|Windows
              OS/Version|All
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|Component Factories
             Assigned to|kenpaulsen
             Reported by|jc129909






------- Additional comments from jc129909_at_dev.java.net Mon Oct 30 22:25:11 +0000 2006 -------
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.