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

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Mon Feb 18 06:45:45 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-18 06:45:45 -0500 (Mon, 18 Feb 2013)
New Revision: 522

Modified:
   webgui/trunk/src/main/webapp/index.xhtml
Log:
[WISE-186] Fixing indentation and moving panel into form


Modified: webgui/trunk/src/main/webapp/index.xhtml
===================================================================
--- webgui/trunk/src/main/webapp/index.xhtml	2013-02-15 18:58:25 UTC (rev 521)
+++ webgui/trunk/src/main/webapp/index.xhtml	2013-02-18 11:45:45 UTC (rev 522)
@@ -183,19 +183,20 @@
                     
                     <a4j:commandButton value="Preview message" render="popupPreview" action="#{clientConversationBean.generateRequestPreview}"
                        id="previewButton" oncomplete="#{rich:component('popupPreview')}.show();">
-					</a4j:commandButton>
+                    </a4j:commandButton>
+
+                    <rich:popupPanel id="popupPreview" modal="true" resizeable="true" onmaskclick="#{rich:component('popupPreview')}.hide()" minWidth="550" minHeight="450">
+                        <f:facet name="header">
+                            <h:outputText value="SOAP request message preview" />
+                        </f:facet>
+                        <f:facet name="controls">
+                            <h:outputLink value="#" onclick="#{rich:component('popupPreview')}.hide(); return false;">X</h:outputLink>
+                        </f:facet>
+                        <p>Below is a preview of the SOAP message that will be generated upon invocation. The actual message going on the wire might be different
+                           depending on the selected service policy (security, addressing, reliable-messaging, etc.), if any.</p>
+                        <div align="center"><h:inputTextarea value="#{clientConversationBean.requestPreview}" cols="80" rows="20" readonly="true" styleClass="preformatted"/></div>
+                    </rich:popupPanel>
                 </h:form>
-				<rich:popupPanel id="popupPreview" modal="true" resizeable="true" onmaskclick="#{rich:component('popupPreview')}.hide()" minWidth="550" minHeight="450">
-        			<f:facet name="header">
-            			<h:outputText value="SOAP request message preview" />
-			        </f:facet>
-        			<f:facet name="controls">
-			            <h:outputLink value="#" onclick="#{rich:component('popupPreview')}.hide(); return false;">X</h:outputLink>
-        			</f:facet>
-        			<p>Below is a preview of the SOAP message that will be generated upon invocation. The actual message going on the wire might be different
-        			depending on the selected service policy (security, addressing, reliable-messaging, etc.), if any.</p>
-        			<div align="center"><h:inputTextarea value="#{clientConversationBean.requestPreview}" cols="80" rows="20" readonly="true" styleClass="preformatted"/></div>
-				</rich:popupPanel>
             </rich:panel>
             
             <br />



More information about the wise-commits mailing list