You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/20 13:21:50 UTC

svn commit: r466067 - /webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp

Author: chamil
Date: Fri Oct 20 04:21:49 2006
New Revision: 466067

URL: http://svn.apache.org/viewvc?view=rev&rev=466067
Log:
Replacing Constants.EDIR_SERVICE_PARA with editServicePara since the varible
in the constant class is not there any more.

Modified:
    webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp

Modified: webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp?view=diff&rev=466067&r1=466066&r2=466067
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp Fri Oct 20 04:21:49 2006
@@ -43,7 +43,7 @@
           disc = "Select an Axis service from the combo and click on the 'View' button to view service handlers.";
       } else if (status != null && status.equals("SERVICE_PARAMETER")){
           buttonName = " Edit Parameters ";
-          action = Constants.EDIR_SERVICE_PARA;
+          action = "editServicePara"; // Constants.EDIR_SERVICE_PARA;
           heading = "Select a Service to Edit Parameters";
           disc = "Select an Axis service from the combo and click on the 'Edit Parameters' button to edit parameters.";
       }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org