The scenario is, i have a class A that extends Action class.
I want to redirect the control to
servlet, where by using ServletOutputStream i wud display some data in Excel format.
Iam aware that in
struts, after executing the excute() method in the Action Class..the controller servlet needs to forward the control to anyother
jsp or action class.
So how do i go about in my scenario.