Copied: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp
 (from r1745912, 
axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp)
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp?p2=axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp&p1=axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp&r1=1745912&r2=1745943&rev=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToService.jsp
 Sat May 28 21:20:57 2016
@@ -38,7 +38,7 @@
         <li>click "Engage".</li>
     </ol>
 
-<form method="get" name="selectModuleForm" action="<c:url 
value="axis2-admin/doEngageToService"/>">
+<form method="post" name="selectModuleForm" action="<c:url 
value="axis2-admin/doEngageToService"/>">
     <table summary="main content table" border="0" width="100%" 
cellspacing="1" cellpadding="1">
         <tr>
             <td>

Copied: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp
 (from r1745912, 
axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp)
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp?p2=axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp&p1=axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp&r1=1745912&r2=1745943&rev=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/engageToServiceGroup.jsp
 Sat May 28 21:20:57 2016
@@ -52,7 +52,7 @@
                <p>No Axis service groups are present to be engaged.</p>
                <%} else {
 %>
-<form method="get" name="selectModuleForm" action="<c:url 
value="axis2-admin/doEngageToServiceGroup"/>">
+<form method="post" name="selectModuleForm" action="<c:url 
value="axis2-admin/doEngageToServiceGroup"/>">
     <table summary="main content table" border="0" width="100%" 
cellspacing="1" cellpadding="1">
         <tr>
             <td>Select a Module :</td>

Copied: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp
 (from r1745912, 
axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp)
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp?p2=axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp&p1=axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp&r1=1745912&r2=1745943&rev=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/listServices.jsp
 Sat May 28 21:20:57 2016
@@ -80,8 +80,8 @@
 %>
 <p>Service Description : <%=serviceDescription%><br>
 Service EPR : <%=prefix + axisService.getName()%><br>
-Service Status : <%=axisService.isActive() ? "Active" : "InActive"%><br>
-Actions : <a href="<c:url value="axis2-admin/deleteService"><c:param 
name="serviceName" value="<%=serviceName%>"/></c:url>">Remove 
Service</a></p><br>
+Service Status : <%=axisService.isActive() ? "Active" : "InActive"%>
+<form method="post" action="<c:url value="axis2-admin/deleteService"/>"><input 
type="hidden" name="serviceName" value="<%=serviceName%>"><input type="submit" 
value="Remove Service"></form></p>
 <%
     Collection engagedModules = axisService.getEngagedModules();
     String moduleName;
@@ -98,7 +98,7 @@ Actions : <a href="<c:url value="axis2-a
 %>
 <ul>
     <% }
-    %><li><%=moduleName%> :: <a href="<c:url 
value="axis2-admin/disengageModule"><c:param name="type" 
value="service"/><c:param name="serviceName" value="<%=serviceName%>"/><c:param 
name="module" value="<%=moduleName%>"/></c:url>">Disengage</a></li>
+    %><li><form method="post" action="<c:url 
value="axis2-admin/disengageModule"/>"><%=moduleName%> :: <input type="hidden" 
name="type" value="service"><input type="hidden" name="serviceName" 
value="<%=serviceName%>"><input type="hidden" name="module" 
value="<%=moduleName%>"><input type="submit" value="Disengage"></form></li>
 
     <%
         }
@@ -137,7 +137,7 @@ Actions : <a href="<c:url value="axis2-a
             moduleName = moduleDecription.getName();
     %>
     <li>
-    <%=moduleName%> :: <a href="<c:url 
value="axis2-admin/disengageModule"><c:param name="type" 
value="operation"/><c:param name="serviceName" 
value="<%=serviceName%>"/><c:param name="operation" 
value="<%=axisOperation.getName().getLocalPart()%>"/><c:param name="module" 
value="<%=moduleName%>"/></c:url>">Disengage</a>
+    <form method="post" action="<c:url 
value="axis2-admin/disengageModule"/>"><%=moduleName%> :: <input type="hidden" 
name="type" value="operation"><input type="hidden" name="serviceName" 
value="<%=serviceName%>"><input type="hidden" name="operation" 
value="<%=axisOperation.getName().getLocalPart()%>"><input type="hidden" 
name="module" value="<%=moduleName%>"><input type="submit" 
value="Disengage"></form>
     </li>
     <%
     }

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/upload.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/upload.jsp?rev=1745943&r1=1745869&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/upload.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/WEB-INF/views/admin/upload.jsp
 Sat May 28 21:20:57 2016
@@ -18,6 +18,7 @@
   --%>
 
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
+<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="/WEB-INF/include/adminheader.jsp"/>
 <script type="text/javascript">
@@ -41,22 +42,9 @@
 </ul>
 <p>Simple as that!</p>
 
-<% if ("success".equals(request.getAttribute("status"))) { %>
-<p style="color:green">
-File <%= request.getAttribute("filename") %> successfully uploaded 
-</p>
-<%
-} else if ("failure".equals(request.getAttribute("status"))) {
-%>
-<p style="color:red">
-The following error occurred
-</p>
-<p style="color:red">
-<%= request.getAttribute("cause") %>
-</p>
-<% } %>
+<t:status/>
 
-<form method="post" name="Axis2upload" id="Axis2upload" action="<c:url 
value="axis2-admin/upload"/>"
+<form method="post" name="Axis2upload" id="Axis2upload" action="<c:url 
value="axis2-admin/doUpload"/>"
       enctype="multipart/form-data">
   <table summary="main content table">
     <tr>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error404.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error404.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error404.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error404.jsp
 Sat May 28 21:20:57 2016
@@ -21,7 +21,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
   <head>
-    <jsp:include page="../include/httpbase.jsp"/>
+    <jsp:include page="/WEB-INF/include/httpbase.jsp"/>
     <title>Axis2 :: Resource not found!</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -60,4 +60,4 @@
       </tr>
     </table>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error500.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error500.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error500.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/Error/error500.jsp
 Sat May 28 21:20:57 2016
@@ -21,7 +21,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
   <head>
-    <jsp:include page="../include/httpbase.jsp"/>
+    <jsp:include page="/WEB-INF/include/httpbase.jsp"/>
     <title>Axis2 :: Internal server error</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -61,4 +61,4 @@
       </tr>
     </table>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp
 Sat May 28 21:20:57 2016
@@ -38,14 +38,14 @@
                  javax.xml.stream.XMLStreamException"
          session="false" %>
 <head>
-    <jsp:include page="include/httpbase.jsp"/>
+    <jsp:include page="/WEB-INF/include/httpbase.jsp"/>
     <title>Axis2 Happiness Page</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
 </head>
 
 <body>
-<jsp:include page="include/header.inc"/>
-<jsp:include page="include/link-footer.jsp"/>
+<jsp:include page="/WEB-INF/include/header.inc"/>
+<jsp:include page="/WEB-INF/include/link-footer.jsp"/>
 <%IP = request.getRequestURL().toString();%>
 <%!
     /*
@@ -502,7 +502,7 @@
     }
 %>
 
-<jsp:include page="include/footer.inc"/>
+<jsp:include page="/WEB-INF/include/footer.inc"/>
 </body>
 </html>
 

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/error.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/error.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/error.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/error.jsp
 Sat May 28 21:20:57 2016
@@ -19,7 +19,7 @@
 
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <%@page isErrorPage="true" %>
-<jsp:include page="include/adminheader.jsp"/>
+<jsp:include page="/WEB-INF/include/adminheader.jsp"/>
   <table summary="main content table">
   <tr>
   <td align="center">An error has occured!. Please check the details below</td>
@@ -28,4 +28,4 @@
   <td align="center"><%=exception.getMessage()%></td>
   </tr>
   </table>
-<jsp:include page="include/adminfooter.jsp"/>
\ No newline at end of file
+<jsp:include page="/WEB-INF/include/adminfooter.jsp"/>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/index.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/index.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/index.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/index.jsp
 Sat May 28 21:20:57 2016
@@ -21,13 +21,13 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
   <head>
-    <jsp:include page="include/httpbase.jsp"/>
+    <jsp:include page="/WEB-INF/include/httpbase.jsp"/>
     <title>Axis 2 - Home</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
   </head>
 
   <body>
-    <jsp:include page="include/header.inc"/>
+    <jsp:include page="/WEB-INF/include/header.inc"/>
     <br>
 
     <h1>Welcome!</h1>
@@ -54,6 +54,6 @@
         Console for administering this Axis2 installation.
       </li>
     </ul>
-    <jsp:include page="include/footer.inc"/>
+    <jsp:include page="/WEB-INF/include/footer.inc"/>
   </body>
 </html>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listFaultyService.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listFaultyService.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listFaultyService.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listFaultyService.jsp
 Sat May 28 21:20:57 2016
@@ -25,13 +25,13 @@
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <html>
   <head>
-    <jsp:include page="include/httpbase.jsp"/>
+    <jsp:include page="/WEB-INF/include/httpbase.jsp"/>
     <title>List Single service</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
   </head>
   <body>
-  <jsp:include page="include/header.inc"/>
-    <jsp:include page="include/link-footer.jsp"/>
+  <jsp:include page="/WEB-INF/include/header.inc"/>
+    <jsp:include page="/WEB-INF/include/link-footer.jsp"/>
   <%
         String prifix = request.getAttribute("frontendHostUrl") + 
(String)request.getSession().getAttribute(Constants.SERVICE_PATH) +"services/";
     %>
@@ -86,6 +86,6 @@
 
             }
         %>
-<jsp:include page="include/footer.inc"/>
+<jsp:include page="/WEB-INF/include/footer.inc"/>
         </body>
 </html>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listGroupService.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listGroupService.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listGroupService.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listGroupService.jsp
 Sat May 28 21:20:57 2016
@@ -27,13 +27,13 @@
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <html>
 <head>
-  <jsp:include page="include/httpbase.jsp"/>
+  <jsp:include page="/WEB-INF/include/httpbase.jsp"/>
   <title>List Services</title>
   <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
 </head>
 
 <body>
-<jsp:include page="include/adminheader.jsp"/>
+<jsp:include page="/WEB-INF/include/adminheader.jsp"/>
 <h1>Available services</h1>
 <%
   String prefix = request.getAttribute("frontendHostUrl") + 
(String)request.getSession().getAttribute(Constants.SERVICE_PATH) +"/";
@@ -124,6 +124,6 @@ Engaged Modules for the Operation
 <%
   }
 %>
-<jsp:include page="include/adminfooter.inc"/>
+<jsp:include page="/WEB-INF/include/adminfooter.inc"/>
 </body>
 </html>

Modified: 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listServices.jsp
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listServices.jsp?rev=1745943&r1=1745942&r2=1745943&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listServices.jsp
 (original)
+++ 
axis/axis2/java/core/branches/1_7/modules/webapp/src/main/webapp/axis2-web/listServices.jsp
 Sat May 28 21:20:57 2016
@@ -33,14 +33,14 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<jsp:include page="include/httpbase.jsp"/>
+<jsp:include page="/WEB-INF/include/httpbase.jsp"/>
 <title>List Services</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
 </head>
 
 <body>
-<jsp:include page="include/header.inc"/>
-<jsp:include page="include/link-footer.jsp"/>
+<jsp:include page="/WEB-INF/include/header.inc"/>
+<jsp:include page="/WEB-INF/include/link-footer.jsp"/>
 <h1>Available services</h1>
 <% String prefix = request.getAttribute("frontendHostUrl") + 
(String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/";
 %>
@@ -132,6 +132,6 @@
 %> No services listed! Try hitting refresh. <%
     }
 %>
-<jsp:include page="include/footer.inc"/>
+<jsp:include page="/WEB-INF/include/footer.inc"/>
 </body>
 </html>


Reply via email to