Changeset 230
- Timestamp:
- 02/28/06 14:05:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/webadmin/war/WEB-INF/struts-config.xml
r229 r230 564 564 scope="session" 565 565 validate="false"> 566 <forward name="continue" path="/sponsor/show ModForm.rdo" redirect="true" />566 <forward name="continue" path="/sponsor/showUpdateList.rdo" redirect="true" /> 567 567 <forward name="retry" path="/sponsor/showModForm.rdo" redirect="true" /> 568 <forward name="cancelled" path="/sponsor/ initUpdate.do" redirect="true" />568 <forward name="cancelled" path="/sponsor/showUpdateList.rdo" redirect="true" /> 569 569 <forward name="delete" path="/sponsor/showDeleteConfirm.rdo" redirect="true" /> 570 570 </action> … … 664 664 scope="session" 665 665 validate="false"> 666 <forward name="cancelled" path="/location/ initUpdate.do" redirect="true" />667 <forward name="continue" path="/location/show ModForm.rdo" redirect="true" />666 <forward name="cancelled" path="/location/showUpdateList.rdo" redirect="true" /> 667 <forward name="continue" path="/location/showUpdateList.rdo" redirect="true" /> 668 668 <forward name="retry" path="/location/showModForm.rdo" redirect="true" /> 669 669 <forward name="delete" path="/location/showDeleteConfirm.rdo" redirect="true" />
