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

Michael Yuan michael.yuan at jboss.com
Thu Oct 25 14:21:34 EDT 2007


  User: myuan   
  Date: 07/10/25 14:21:34

  Modified:    seam-gen/icefaces/view  list.xhtml
  Log:
  latest update from icefaces
  
  Revision  Changes    Path
  1.5       +2 -2      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- list.xhtml	21 Oct 2007 20:27:45 -0000	1.4
  +++ list.xhtml	25 Oct 2007 18:21:34 -0000	1.5
  @@ -23,9 +23,9 @@
           
           <div class="results">
           
  -    		<h:outputText id="list at componentNameExistsId" value="No @componentName@ exists" 
  +    		<h:outputText id="list at componentName@ExistsId" 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