Changeset 284

Show
Ignore:
Timestamp:
03/15/06 11:53:38
Author:
johnsa
Message:

update mod action forwards when adding locations and contacts to forward back to the mod forms (also cleaned up wiki testing notes regarding this)

Files:

Legend:

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

    r282 r284  
    572572               scope="session" 
    573573               validate="false"> 
    574       <forward name="continue" path="/sponsor/showUpdateList.rdo" redirect="true" /> 
     574      <forward name="continue" path="/sponsor/showModForm.rdo" redirect="true" /> 
    575575      <forward name="retry" path="/sponsor/showModForm.rdo" redirect="true" /> 
    576576      <forward name="cancelled" path="/sponsor/showUpdateList.rdo" redirect="true" /> 
     
    673673               validate="false"> 
    674674      <forward name="cancelled" path="/location/showUpdateList.rdo" redirect="true" /> 
    675       <forward name="continue" path="/location/showUpdateList.rdo" redirect="true" /> 
     675      <forward name="continue" path="/location/showModForm.rdo" redirect="true" /> 
    676676      <forward name="retry" path="/location/showModForm.rdo" redirect="true" /> 
    677677      <forward name="delete" path="/location/showDeleteConfirm.rdo" redirect="true" />