[jboss-svn-commits] JBL Code SVN: r10064 - labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 8 07:39:33 EST 2007


Author: unibrew
Date: 2007-03-08 07:39:33 -0500 (Thu, 08 Mar 2007)
New Revision: 10064

Modified:
   labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
Log:
[JBFORUMS] Small mistake in TopicView XHTML file.

Modified: labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-08 12:37:28 UTC (rev 10063)
+++ labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-08 12:39:33 UTC (rev 10064)
@@ -416,7 +416,7 @@
                               </h:outputLink> -->
                               
                               <c:if test="${forums:userProperty(postrow.poster.user,'INFO_USER_EMAIL_FAKE') ne null}">
-                                 <a href="mailto:${postrow.poster.user.fakeEmail}" style="text-decoration: none;">
+                                 <a href="mailto:${forums:userProperty(postrow.poster.user,'INFO_USER_EMAIL_FAKE')}" style="text-decoration: none;">
                                         <img border="0"
                                              src="#{forums:themeURL('resourceIconEmailURL')}"
                                              alt="${resource.Send_email}"/>




More information about the jboss-svn-commits mailing list