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

Gavin King gavin.king at jboss.com
Tue Oct 31 20:55:50 EST 2006


  User: gavin   
  Date: 06/10/31 20:55:50

  Modified:    examples/hibernate/view  book.xhtml
  Log:
  minor fix
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/hibernate/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/hibernate/view/book.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- book.xhtml	2 Oct 2006 18:07:53 -0000	1.5
  +++ book.xhtml	1 Nov 2006 01:55:50 -0000	1.6
  @@ -64,7 +64,7 @@
   			<div class="entry">
   				<div class="label"><h:outputLabel for="smoking">Smoking Preference:</h:outputLabel></div>
   				<div id="radio" class="input">
  -				   <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