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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 19 06:32:21 EST 2007


Author: unibrew
Date: 2007-02-19 06:32:20 -0500 (Mon, 19 Feb 2007)
New Revision: 9588

Modified:
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml
Log:
[JBFORUMS-178] I repaired update attachment comment problem.

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml	2007-02-19 11:32:01 UTC (rev 9587)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml	2007-02-19 11:32:20 UTC (rev 9588)
@@ -515,7 +515,8 @@
 		      <td class="row1"><span class="gen"><b>${resource.Options}</b></span></td>
 		      <td class="row2"><span class="genmed">			 	   	
 					&#160; 			
-					<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>	
+					<h:commandButton action="#{replyTopic.updateAttachment}" value="${resource.Update_comment}" styleClass="liteoption"
+					onclick="selectAttachment('${idx.index}');"/>	
 					&#160; 			
 					<h:commandButton action="#{replyTopic.deleteAttachment}" value="${resource.Delete_attachment}" styleClass="liteoption" 
 					onclick="selectAttachment('${idx.index}');"/>            		




More information about the jboss-svn-commits mailing list