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 2007/10/24 23:30:42 UTC

svn commit: r588040 - /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/config.jsp

Author: gawor
Date: Wed Oct 24 14:30:41 2007
New Revision: 588040

URL: http://svn.apache.org/viewvc?rev=588040&view=rev
Log:
use right property

Modified:
    geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/config.jsp

Modified: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/config.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/config.jsp?rev=588040&r1=588039&r2=588040&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/config.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/config.jsp Wed Oct 24 14:30:41 2007
@@ -24,7 +24,7 @@
     <input type="hidden" name="mode" value="basic-after"/>
     <input type="hidden" name="addAjpPort" value="${model.addAjpPort}"/>
     <c:forEach var="webApp" items="${model.webApps}" varStatus="status">
-        <input type="hidden" name="webapp.${status.index}.configId" value="${webApp.configId}"/>
+        <input type="hidden" name="webapp.${status.index}.configId" value="${webApp.parentConfigId}"/>
         <input type="hidden" name="webapp.${status.index}.enabled" value="${webApp.enabled}"/>
         <input type="hidden" name="webapp.${status.index}.dynamicPattern" value="${webApp.dynamicPattern}"/>
         <input type="hidden" name="webapp.${status.index}.serveStaticContent" value="${webApp.serveStaticContent}"/>