[
http://jira.jboss.com/jira/browse/JBSEAM-2148?page=comments#action_12419321 ]
Pete Muir commented on JBSEAM-2148:
-----------------------------------
Attribute names: use whatever makes the most sense natural language - the current
attribute names aren't very consistent.
You probably can just use the existing var object as you say, but make sure it is useable
e.g. for Map based data sets.
If group takes disabled and escaped, we should support them.
Support for SelectItemGroup
---------------------------
Key: JBSEAM-2148
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2148
Project: Seam
Issue Type: Feature Request
Components: JSF Controls
Affects Versions: 2.0.0.CR2
Reporter: Pete Muir
Fix For: 2.1.0.BETA2
We can do something like
<s:selectItemGroup label="#{foo.bar}">
<s:selectItems .../>
<s:selectItems .../>
</s:selectItemGroup>
and, as a shorthand to put each list in a distinct group
<s:selectItems group="Foo"/>
I don't understand why this isn't in JSF core.
--
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