Newbie to struts so bear with me...
Is there a way to forward a response from an action class to another
servlet instead of a jsp? Does the forward tag only work if you are
forwarding responses to jsp's?
For example, I'd like to forward the response from my Action class
ViewPODocumentAction to the PODocumentView servlet which would produce the
html (thru XSLT).
<action path="/viewPODocument"
type="com.canopyint.app.rsvp.actions.ViewPODocumentAction"
input="/listPOInfo.jsp"
name="poDocumentForm"
scope="request">
<forward name="success" path
="com.canopyint.app.rsvp.views.PODocumentView"/>
</action>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>