You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/12/28 14:38:45 UTC

svn commit: r729735 - /ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/index.jsp

Author: hansbak
Date: Sun Dec 28 05:38:45 2008
New Revision: 729735

URL: http://svn.apache.org/viewvc?rev=729735&view=rev
Log:
/cmssite did not start this component, only cmssite/control/main and cmssite/cms did

Modified:
    ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/index.jsp

Modified: ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/index.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/index.jsp?rev=729735&r1=729734&r2=729735&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/index.jsp (original)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/index.jsp Sun Dec 28 05:38:45 2008
@@ -17,4 +17,4 @@
 under the License.
 --%>
 
-<%pageContext.forward("cms/main");%>
+<%pageContext.forward("/cms");%>