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

Gavin King gavin.king at jboss.com
Thu Oct 26 17:10:41 EDT 2006


  User: gavin   
  Date: 06/10/26 17:10:41

  Modified:    examples/booking/view  book.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.19      +1 -1      jboss-seam/examples/booking/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/book.xhtml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- book.xhtml	16 Oct 2006 13:11:17 -0000	1.18
  +++ book.xhtml	26 Oct 2006 21:10:41 -0000	1.19
  @@ -86,7 +86,7 @@
   				<div class="label"><h:outputLabel for="smoking">Smoking Preference:</h:outputLabel></div>
   				<div id="radio" class="input">
   					<s:decorate>
  -						<h:selectOneRadio id="smoking" value="#{booking.smoking}" layout="vertical">
  +						<h:selectOneRadio id="smoking" value="#{booking.smoking}" layout="pageDirection">
   							<f:selectItem itemLabel="Smoking" itemValue="true"/>
   							<f:selectItem itemLabel="Non Smoking" itemValue="false"/>
   						</h:selectOneRadio>
  
  
  



More information about the jboss-cvs-commits mailing list