In the action class  perform method, there is a return type of a 
ActionForward object.

But I want to go straight to a servlet  in this method (FOP, generating a 
PDF).  (Wondering, can ActionForwards refer to servlets?)

I know I can return a ActionForward object that points to to a jsp that 
would include the servlet, but this seems wrong.  Can someone tell me what 
would be the best way to go from ActionForward perform method straight to a 
servlet?


Thanks!!!
Phillip

Reply via email to