[jboss-cvs] jboss-seam/examples/dvdstore/web/WEB-INF/incl ...

Gavin King gavin.king at jboss.com
Thu Dec 14 07:23:24 EST 2006


  User: gavin   
  Date: 06/12/14 07:23:24

  Modified:    examples/dvdstore/web/WEB-INF/incl   cart.xhtml
                        processmenu.xhtml
  Log:
  fix minor bugs
  
  Revision  Changes    Path
  1.8       +0 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/cart.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cart.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/cart.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- cart.xhtml	14 Dec 2006 03:12:43 -0000	1.7
  +++ cart.xhtml	14 Dec 2006 12:23:24 -0000	1.8
  @@ -43,4 +43,3 @@
               </dl>
       </div>
   </f:subview>
  -
  
  
  
  1.9       +1 -2      jboss-seam/examples/dvdstore/web/WEB-INF/incl/processmenu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: processmenu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/processmenu.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- processmenu.xhtml	14 Dec 2006 03:12:43 -0000	1.8
  +++ processmenu.xhtml	14 Dec 2006 12:23:24 -0000	1.9
  @@ -11,8 +11,7 @@
                       <dl>
                           <dt>Process Management</dt>
                           <dd>
  -                            <h:selectOneMenu value="#{processDefinitionSwitcher.currentProcessDefinition}" 
  -                                             size="16">
  +                            <h:selectOneMenu value="#{processDefinitionSwitcher.currentProcessDefinition}">
                                   <f:selectItems value="#{processDefinitionSwitcher.processDefinitions}"/>
                               </h:selectOneMenu>
                           </dd>
  
  
  



More information about the jboss-cvs-commits mailing list