Re: Redirecting JSP output

2005-07-13 Thread Frank W. Zammetti
I think I understand what your trying to do... one suggestion that comes to mind is to use a filter. Catch the output from the JSP, call the appropriate service from there (I presume that's when the message actually gets sent) and then construct the XML response that actually goes back to the clie

Redirecting JSP output

2005-07-13 Thread Jens Augustsson
Hi, I'm using Struts/JSP to to generate HTML, XHTML and WML interfaces of my application. My SMS interface is fairly advanced and I would like to use Struts/JSP to generate these (plain text ) responses too. My problem is that after generating the plain text response, I cannot simply return it to