[
http://jira.jboss.com/jira/browse/JBSEAM-1528?page=comments#action_12367970 ]
Doug Galligan commented on JBSEAM-1528:
---------------------------------------
Just able to upgrade to CVS today. Switched back to s:selectItems in a dataTable and it
worked like a charm, thanks!
<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
Assigned To: Pete Muir
Fix For: 2.0.0.CR1
<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