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

Gavin King gavin.king at jboss.com
Mon Nov 20 11:54:54 EST 2006


  User: gavin   
  Date: 06/11/20 11:54:54

  Modified:    examples/icefaces/view  main.xhtml
  Log:
  use String to workaround icefaces bug
  
  Revision  Changes    Path
  1.5       +1 -2      jboss-seam/examples/icefaces/view/main.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/view/main.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- main.xhtml	20 Nov 2006 09:31:11 -0000	1.4
  +++ main.xhtml	20 Nov 2006 16:54:54 -0000	1.5
  @@ -32,7 +32,6 @@
                value="#{hotelSearch.pageSize}" 
                valueChangeListener="#{hotelSearch.handlePageSizeChange}"
                partialSubmit="true">
  -          <f:convertNumber/>
             <f:selectItems value="#{hotelSearch.pageSizes}"/>
          </ice:selectOneMenu>
       </fieldset>
  
  
  



More information about the jboss-cvs-commits mailing list