[wise-commits] wise SVN: r572 - webgui/trunk/src/main/webapp.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Wed Jul 3 08:36:17 EDT 2013


Author: alessio.soldano at jboss.com
Date: 2013-07-03 08:36:16 -0400 (Wed, 03 Jul 2013)
New Revision: 572

Modified:
   webgui/trunk/src/main/webapp/step4.xhtml
Log:
[WSIE-205] Fix


Modified: webgui/trunk/src/main/webapp/step4.xhtml
===================================================================
--- webgui/trunk/src/main/webapp/step4.xhtml	2013-07-03 12:34:50 UTC (rev 571)
+++ webgui/trunk/src/main/webapp/step4.xhtml	2013-07-03 12:36:16 UTC (rev 572)
@@ -8,7 +8,7 @@
       xmlns:c="http://java.sun.com/jsp/jstl/core"
       xmlns:rich="http://richfaces.org/rich">
       
-        <rich:panel header="Response3" rendered="#{clientConversationBean.responseAvailable}">
+        <rich:panel header="Response" rendered="#{clientConversationBean.responseAvailable}">
             <div>
                 <i>#{clientConversationBean.currentOperationFullName}</i>
             </div>



More information about the wise-commits mailing list