Author: metskem
Date: Sat Sep 5 12:25:43 2009
New Revision: 811629
URL: http://svn.apache.org/viewvc?rev=811629&view=rev
Log:
added ${templates['DefaultLayout.jsp']} (as is the case for all other jsp's)
Modified:
incubator/jspwiki/trunk/src/WebContent/CreateProfile.jsp
Modified: incubator/jspwiki/trunk/src/WebContent/CreateProfile.jsp
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/CreateProfile.jsp?rev=811629&r1=811628&r2=811629&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/CreateProfile.jsp (original)
+++ incubator/jspwiki/trunk/src/WebContent/CreateProfile.jsp Sat Sep 5
12:25:43 2009
@@ -20,7 +20,7 @@
--%>
<%@ taglib uri="http://stripes.sourceforge.net/stripes.tld" prefix="s" %>
<s:useActionBean beanclass="org.apache.wiki.action.UserProfileActionBean"
event="create" id="wikiActionBean" />
-<s:layout-render name="">
+<s:layout-render name="${templates['DefaultLayout.jsp']}">
<s:layout-component name="content">
<jsp:include page="${templates['CreateProfileContent.jsp']}" />
</s:layout-component>