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

Michael Yuan michael.yuan at jboss.com
Sun Oct 21 16:27:45 EDT 2007


  User: myuan   
  Date: 07/10/21 16:27:45

  Modified:    seam-gen/icefaces/view  list.xhtml
  Log:
  fix Seam-gen for icefaces
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/seam-gen/icefaces/view/list.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: list.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/icefaces/view/list.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- list.xhtml	15 Sep 2007 02:30:00 -0000	1.3
  +++ list.xhtml	21 Oct 2007 20:27:45 -0000	1.4
  @@ -25,7 +25,7 @@
           
       		<h:outputText id="list at componentNameExistsId" value="No @componentName@ exists" 
               	rendered="#{empty @listName at .resultList}"/>
  -    		<ice:dataTable id="@listName at TableId" var="@componentName@"
  +    		<ice:dataTable id="listName at TableId" var="@componentName@"
              			 value="#{@listName at .resultList}" 
   				columnClasses="allCols"
              			rendered="#{not empty @listName at .resultList}">
  
  
  



More information about the jboss-cvs-commits mailing list