I am using
struts 1.2 with OC4j container. For printing purpose i need to get the content of a
jsp file generated from a struts action in a normal
java class. For that i am passing the request and response object to the generate method in the java class. I hope that by overriding the getWriter() method we can achieve the functionality.
But although the action is processed, the content is always empty. Please advice