Author: nilsga Date: Sun Aug 12 05:28:06 2007 New Revision: 565048 URL: http://svn.apache.org/viewvc?view=rev&rev=565048 Log: Fixed problem with the interceptor stack for the token example
Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml?view=diff&rev=565048&r1=565047&r2=565048 ============================================================================== --- struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml (original) +++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Sun Aug 12 05:28:06 2007 @@ -64,8 +64,7 @@ <result name="success"> /WEB-INF/view/tokenExample.jsp </result> - <interceptor-ref name="token" /> - <interceptor-ref name="defaultStack" /> + <interceptor-ref name="portletDefaultStackWithToken" /> </action> <action name="springExample" class="springAction">