[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1528) <s:selectItems> only gets value once in a dataTable.

Doug Galligan (JIRA) jira-events at lists.jboss.org
Fri Jun 22 12:31:53 EDT 2007


<s:selectItems> only gets value once in a dataTable.
----------------------------------------------------

                 Key: JBSEAM-1528
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1528
             Project: JBoss Seam
          Issue Type: Bug
          Components: JSF
    Affects Versions: 1.3.0.ALPHA
            Reporter: Doug Galligan


<s:selectItems> behavior changed or broke migrating to 1.3.0.ALPHA.  It no longer allows for different lists of values for each row in a dataTable.  In 1.2.1 it behaved like f:selectItems and the value parameter would be called for each row, allowing for the iterator / DataModelSelection variable to be used to determine the contents of a <h:selectOneMenu>.  Now it gets called once for the first row and that list is used for all subsequent rows.  Moved back to using <f:selectItems> and returning a List<SelectItem> till this issue is resolved.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list