[jboss-cvs] jboss-seam/examples/ui/view ...

Peter Muir peter at bleepbleep.org.uk
Wed Feb 7 09:51:18 EST 2007


  User: pmuir   
  Date: 07/02/07 09:51:18

  Modified:    examples/ui/view  selectItems.xhtml
  Log:
  JBSEAM-755
  
  Revision  Changes    Path
  1.3       +1 -2      jboss-seam/examples/ui/view/selectItems.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selectItems.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/selectItems.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- selectItems.xhtml	31 Jan 2007 20:06:22 -0000	1.2
  +++ selectItems.xhtml	7 Feb 2007 14:51:18 -0000	1.3
  @@ -3,7 +3,6 @@
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:h="http://java.sun.com/jsf/html"
  -      xmlns:si="http://jboss.com/products/seam/selectitems/taglib"
         xmlns:s="http://jboss.com/products/seam/taglib"
         >
   <head>
  @@ -40,7 +39,7 @@
   			</s:decorate>
   			<h:outputText value="Country of Birth" />
   			<s:decorate>
  -				<h:selectOneMenu value="#{person.country}"  converter="#{converters.countryConverter}">
  +				<h:selectOneMenu value="#{person.country}"  converter="#{converters.countryConverter}" required="true">
   					<s:selectItems value="#{countries.resultList}" var="country" label="#{country.name} (#{country.continent.name})" noSelectionLabel="Please Select..." hideNoSelectionLabel="true"/>
   				</h:selectOneMenu>
   			</s:decorate>
  
  
  



More information about the jboss-cvs-commits mailing list