[jboss-cvs] jboss-seam/examples/wiki/view ...
Christian Bauer
christian at hibernate.org
Tue Oct 2 00:02:45 EDT 2007
User: cbauer
Date: 07/10/02 00:02:45
Modified: examples/wiki/view docEdit_d.xhtml
Log:
NPE
Revision Changes Path
1.7 +1 -1 jboss-seam/examples/wiki/view/docEdit_d.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: docEdit_d.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit_d.xhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- docEdit_d.xhtml 1 Oct 2007 19:08:04 -0000 1.6
+++ docEdit_d.xhtml 2 Oct 2007 04:02:45 -0000 1.7
@@ -279,7 +279,7 @@
<h:panelGroup>
<ui:repeat var="tagCount" value="#{documentHome.popularTags}">
<s:span styleClass="undecoratedLink">
- <s:fragment rendered="#{not documentHome.instance.tags.contains(tagCount.tag)}">
+ <s:fragment rendered="#{not empty tagCount.tag and not documentHome.instance.tags.contains(tagCount.tag)}">
<h:outputLink value="#"
onclick="appendTag('#{tagCount.tag}')" >#{tagCount.tag}</h:outputLink>
 
More information about the jboss-cvs-commits
mailing list