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

Gavin King gavin.king at jboss.com
Sat Mar 17 14:20:34 EDT 2007


  User: gavin   
  Date: 07/03/17 14:20:34

  Modified:    examples/ui/view  selectItems.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.9       +7 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- selectItems.xhtml	17 Mar 2007 05:03:49 -0000	1.8
  +++ selectItems.xhtml	17 Mar 2007 18:20:34 -0000	1.9
  @@ -31,7 +31,7 @@
   
   	<h:form>
   
  -		<s:layoutForm>
  +		<s:layoutForm labelColumnWidth="15%">
   		
   			<f:facet name="aroundInvalidField">
   		        <s:span styleClass="error"/>
  @@ -51,7 +51,9 @@
   		    
   		    <h:selectBooleanCheckbox>
   				<f:facet name="label">Yes or no?</f:facet>
  -				<f:facet name="belowField">What do you think?</f:facet>
  +				<f:facet name="belowField">
  +				    <h:outputText styleClass="help" value="What do you think?"/>
  +				</f:facet>
   		    </h:selectBooleanCheckbox>
   			<s:decorate>
   				<f:facet name="label">
  @@ -62,6 +64,9 @@
   					<s:convertEnum />
   				</h:selectOneMenu>
   			</s:decorate>
  +			<h:outputText value="This is some plain text!">
  +			    <f:facet name="label">plain text:</f:facet>
  +			</h:outputText>
   			<s:decorate>
   				<f:facet name="label">
   					<h:outputText value="Name" />
  
  
  



More information about the jboss-cvs-commits mailing list