Alex,

if I understand you correctly, you can set up the forwarding in your
struts-config.xml to point to the next action path:

eg   <!-- Process Log filter -->
     <action
          path="/ProcessLogFilter"
          type="beans.ProcessLogFilterAction"
          name="LogFilterForm"
          input="/logFilter.jsp"
          validate="true">
          <forward name="success" path="/ShowLog.do" redirect="false" />
     </action>

hth,

Dave




"Alex Colic" <[EMAIL PROTECTED]> on 05/10/2001
02:29:28 PM

Please respond to [EMAIL PROTECTED]

To:   "Struts" <[EMAIL PROTECTED]>
cc:    (bcc: David Hay/Lex/Lexmark)
Subject:  how to forward from one action servlet to another?



Hi,

how do you  forward from one action servlet to another? I have a form that
gets submitted to a servlet that I may depending on a value pass it off to
another servlet to process.

Any help is appreciated.

Alex

 ext. 104
Fax: 1-905-777-0132







Reply via email to