[jboss-cvs] jboss-seam/ui/src/main/config/component ...

Peter Muir peter at bleepbleep.org.uk
Fri Nov 16 13:49:02 EST 2007


  User: pmuir   
  Date: 07/11/16 13:49:02

  Modified:    ui/src/main/config/component  selectItems.xml
  Log:
  JBSEAM-1768
  
  Revision  Changes    Path
  1.4       +9 -3      jboss-seam/ui/src/main/config/component/selectItems.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selectItems.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/selectItems.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- selectItems.xml	4 Aug 2007 14:35:42 -0000	1.3
  +++ selectItems.xml	16 Nov 2007 18:49:02 -0000	1.4
  @@ -22,21 +22,27 @@
   			<classname>java.lang.Object</classname>
   			<defaultvalue>an EL expression specifying the data that backs the List&lt;SelectItem&gt;</defaultvalue>
   		</property>
  -		<!-- Should be el="false" -->
  -		<property required="true">
  +		<property required="true" el="false">
   			<name>var</name>
   			<classname>java.lang.String</classname>
   			<description>defines the name of the local variable that holds the current object during iteration</description>
   		</property>
  -		<property >
  +        <property>
  +            <name>itemValue</name>
  +            <classname>java.lang.Object</classname>
  +            <description>Value to return to the server if this option is selected. Optional, by default the var object is used. Can reference the var variable</description> 
  +        </property>
  +		<property exist="true">
   			<name>label</name>
   			<classname>java.lang.String</classname>
   			<description>the label to be used when rendering the SelectItem. Can reference the var variable</description>
  +            <alias>itemLabel</alias>
   		</property>
   		<property>
   			<name>disabled</name>
   			<classname>java.lang.Boolean</classname>
   			<description>if true the SelectItem will be rendered disabled. Can reference the var variable</description>
  +            <alias>itemDisabled</alias>
   		</property>
   		<property>
   			<name>noSelectionLabel</name>
  
  
  



More information about the jboss-cvs-commits mailing list