Hello,
I want to forward to a
servlet instead of a
jsp from my action class. In my action class i retrieve the pdf from database as byte[]and then i want to forward to a servlet which displays this pdf. I dont want to use ForwardAction because i dont want the database code in the servlet. How can i forward to a servlet instead of a jsp from my action class? What are the changes i need to make?
[ February 22, 2006: Message edited by: dnyan ginde ]