I'm developing an application in Struts that outputs primarily XML; but in some instances I need it to output HTML of the same ActionForms and Actions. Is there a way I can change the page forwarded in the Forward depending on some flag or property?!
Or is there someway I can set the JSP to output text/html or text/xml depending on some flag or property (and obviously generate the correct section based on the flag)?
response.setHeader("Content-type", "text/xml");
Adam -- struts 1.1 + tomcat 5.0.12 + java 1.4.2 Linux 2.4.20 RH9
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

