You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/02/05 04:45:19 UTC

svn commit: r618527 - /geronimo/server/branches/2.1/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp

Author: gawor
Date: Mon Feb  4 19:45:18 2008
New Revision: 618527

URL: http://svn.apache.org/viewvc?rev=618527&view=rev
Log:
a fix for GERONIMO-3809 caused by console i18n

Modified:
    geronimo/server/branches/2.1/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp

Modified: geronimo/server/branches/2.1/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp?rev=618527&r1=618526&r2=618527&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp (original)
+++ geronimo/server/branches/2.1/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp Mon Feb  4 19:45:18 2008
@@ -32,7 +32,7 @@
 --%>
 <br />
 <table width="100%">
-<form action="<portlet:renderURL/>">
+<form action="<portlet:actionURL/>">
 <tr><td align="center"><input type="submit" value='<fmt:message key="servermanager.normal.shutdown"/>' name="shutdown"
 onClick="return confirm('<fmt:message key="servermanager.normal.areYouSure"/>');" /></td></tr>
 </form>