Changeset 355

Show
Ignore:
Timestamp:
04/08/06 21:42:46
Author:
johnsa
Message:

updated struts-config in user clients to reflect the calendar subdirectory in the jsp

Files:

Legend:

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

    r324 r355  
    6767               scope="session" 
    6868               validate="false"> 
    69       <forward name="success" path="/docs/emitPublicCalendars.jsp" /> 
     69      <forward name="success" path="/docs/calendar/emitPublicCalendars.jsp" /> 
    7070    </action> 
    7171 
     
    7575               scope="session" 
    7676               validate="false"> 
    77       <forward name="success" path="/docs/emitCalendars.jsp" /> 
     77      <forward name="success" path="/docs/calendar/emitCalendars.jsp" /> 
    7878    </action> 
    7979