1 Reply Latest reply on May 16, 2008 10:09 PM by pmuir

    s:selectItems improvements?

    stephen

      I find the selectItems tag a little lacking:




      • It misses an escape attribute. If I need this value to be false on any SelectItem, then I can't use the tag.



      More importantly:



      • There is no way to specify any SelectItemGroup(s). It would be great if something like this would work:



      <s:selectItems value="#{engineTypes}" 
                     var="engine"
                     label="#{engine.name}" 
                     groupBy="#{engine.manufacturer}"
                     groupByVar="manufacturer"
                     groupByLabel="#{manufacturer.name}"/>



      What do you think?



        • 1. Re: s:selectItems improvements?
          pmuir

          It misses an escape attribute. If I need this value to be false on any SelectItem, then I can't use the tag.

          File a feature reuqest



          There is no way to specify any SelectItemGroup(s). It would be great if something like this would work:

          JBSEAM-2148