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

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Wed Jul 3 04:42:49 EDT 2013


Author: alessio.soldano at jboss.com
Date: 2013-07-03 04:42:49 -0400 (Wed, 03 Jul 2013)
New Revision: 570

Modified:
   webgui/trunk/src/main/webapp/step3.xhtml
   webgui/trunk/src/main/webapp/step4.xhtml
Log:
[WISE-203] Add wait status panel on request message preview and response message view


Modified: webgui/trunk/src/main/webapp/step3.xhtml
===================================================================
--- webgui/trunk/src/main/webapp/step3.xhtml	2013-07-03 07:57:36 UTC (rev 569)
+++ webgui/trunk/src/main/webapp/step3.xhtml	2013-07-03 08:42:49 UTC (rev 570)
@@ -171,7 +171,7 @@
                 <rich:toggleControl targetItem="@next" event="click" />
             </a4j:commandButton>
             <a4j:commandButton value="Preview message" render="popupPreview" rendered="#{empty clientConversationBean.error}" action="#{clientConversationBean.generateRequestPreview}" style="float:right"
-                id="previewButton" oncomplete="#{rich:component('popupPreview')}.show();">
+                id="previewButton" oncomplete="#{rich:component('popupPreview')}.show();" status="waitStatus">
             </a4j:commandButton>
         </div>
             

Modified: webgui/trunk/src/main/webapp/step4.xhtml
===================================================================
--- webgui/trunk/src/main/webapp/step4.xhtml	2013-07-03 07:57:36 UTC (rev 569)
+++ webgui/trunk/src/main/webapp/step4.xhtml	2013-07-03 08:42:49 UTC (rev 570)
@@ -75,7 +75,7 @@
                 <rich:toggleControl targetItem="@prev" event="click" />
             </a4j:commandButton>
 		    <a4j:commandButton value="View message" render="popupView"  style="float:right" rendered="#{clientConversationBean.responseAvailable}"
-                id="viewMessageButton" oncomplete="#{rich:component('popupView')}.show();">
+                id="viewMessageButton" oncomplete="#{rich:component('popupView')}.show();" status="waitStatus">
             </a4j:commandButton>
         </div>
             



More information about the wise-commits mailing list