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

Stan Silvert ssilvert at jboss.com
Tue Nov 7 15:25:50 EST 2006


  User: ssilvert
  Date: 06/11/07 15:25:50

  Modified:    examples/issues/view   conversations.jsp projectList.jsp
  Log:
  See http://jira.jboss.com/jira/browse/JBSEAM-472
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/issues/view/conversations.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/issues/view/conversations.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- conversations.jsp	10 Mar 2006 03:41:28 -0000	1.2
  +++ conversations.jsp	7 Nov 2006 20:25:50 -0000	1.3
  @@ -11,7 +11,7 @@
   			        <h:outputText value="#{messages.Workspace}"/>
   			    </f:facet>
                   <h:commandLink action="#{entry.select}" value="#{entry.description}"/>
  -                <!-- h:outputText value="[current]" rendered="#{entry.current}"/-->
  +                <%-- h:outputText value="[current]" rendered="#{entry.current}"/--%>
               </h:column>
               <h:column>
   			    <f:facet name="header">
  
  
  
  1.3       +1 -1      jboss-seam/examples/issues/view/projectList.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: projectList.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/issues/view/projectList.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- projectList.jsp	10 Mar 2006 03:41:28 -0000	1.2
  +++ projectList.jsp	7 Nov 2006 20:25:50 -0000	1.3
  @@ -1,7 +1,7 @@
   	 <div class="rvgList">
        
   	 <span class="rvgResultsNone">
  -	   <h:outputText value="#{messages.No} #{messages.Project}" rendered="#{projectList.rowCount==0"/>
  +	   <h:outputText value="#{messages.No} #{messages.Project}" rendered="#{projectList.rowCount==0}"/>
   	 </span>
   	 
   	 <h:dataTable value="#{projectList}" var="project" rendered="#{projectList.rowCount>0}" 
  
  
  



More information about the jboss-cvs-commits mailing list