Changeset 355
- Timestamp:
- 04/08/06 21:42:46
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/webclient/war/WEB-INF/struts-config.xml
r324 r355 67 67 scope="session" 68 68 validate="false"> 69 <forward name="success" path="/docs/ emitPublicCalendars.jsp" />69 <forward name="success" path="/docs/calendar/emitPublicCalendars.jsp" /> 70 70 </action> 71 71 … … 75 75 scope="session" 76 76 validate="false"> 77 <forward name="success" path="/docs/ emitCalendars.jsp" />77 <forward name="success" path="/docs/calendar/emitCalendars.jsp" /> 78 78 </action> 79 79
