Changeset 210

Show
Ignore:
Timestamp:
02/25/06 18:35:48
Author:
johnsa
Message:

fixed struts-config action for admin edit event cancel button: was going straight to event listing without initializing the list - this threw errors in some conditions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/webadmin/war/WEB-INF/struts-config.xml

    r191 r210  
    183183      <forward name="retry" path="/event/showModForm.rdo" redirect="true" /> 
    184184      <forward name="delete" path="/event/showDeleteConfirm.rdo" redirect="true" /> 
    185       <forward name="cancelled" path="/event/showUpdateList.rdo" redirect="true" /> 
     185      <forward name="cancelled" path="/event/initUpdateEvent.do" redirect="true" /> 
    186186      <forward name="copy" path="/event/showModForm.rdo" redirect="true" /> 
    187187    </action>