Re: Redirecting the Response of a JSP to a String

2001-04-27 Thread Jon Stevens
on 4/27/01 11:11 AM, "Sasha Haghani" <[EMAIL PROTECTED]> wrote: > Hey Jon, > > I took some time last night to scan through some of the source in the > Turbine CVS tree but I wasn't able to find the code where a JSP is being > called from within Turbine or where the response data is buffered in >

RE: Redirecting the Response of a JSP to a String

2001-04-27 Thread Sasha Haghani
simulate a browser). Thanks, Sasha. -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: April 26, 2001 9:40 PM To: [EMAIL PROTECTED] Subject: Re: Redirecting the Response of a JSP to a String Just create a sendmail.jsp which uses the mailer taglib, then use to include it

RE: Redirecting the Response of a JSP to a String

2001-04-27 Thread Sasha Haghani
ng at. It would help a great deal. Regards, Sasha. -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: April 26, 2001 4:11 PM To: tomcat-dev Cc: Michael Zielenski; John McDonnell Subject: Re: Redirecting the Response of a JSP to a String on 4/26/01 12:38 PM, "Sas

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Glenn Nielsen
s). > > -arun > > > -Original Message- > > From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 26, 2001 2:12 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Redirecting the Response of a JSP to a String > > > > >

RE: Redirecting the Response of a JSP to a String

2001-04-26 Thread Arun Katkere
ROTECTED]] > Sent: Thursday, April 26, 2001 2:12 PM > To: [EMAIL PROTECTED] > Subject: Re: Redirecting the Response of a JSP to a String > > > A fifth solution for just sending email is to use the Mailer taglib at > http://jakarta.apache.org/taglibs/mailer/ > > Regards,

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Glenn Nielsen
Jon Stevens wrote: > > on 4/26/01 2:11 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > > > A fifth solution for just sending email is to use the Mailer taglib at > > http://jakarta.apache.org/taglibs/mailer/ > > > > Regards, > > > > Glenn > > The requested URL /taglibs/mailer/ was not found on

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Jon Stevens
on 4/26/01 2:11 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > A fifth solution for just sending email is to use the Mailer taglib at > http://jakarta.apache.org/taglibs/mailer/ > > Regards, > > Glenn The requested URL /taglibs/mailer/ was not found on this server. :-) -jon

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Glenn Nielsen
A fifth solution for just sending email is to use the Mailer taglib at http://jakarta.apache.org/taglibs/mailer/ Regards, Glenn Sasha Haghani wrote: > > Hi there, > > -- > DISCLAIMER: This a Tomcat question, where the solution will likely require > some tinkering with the implementation.

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Jon Stevens
on 4/26/01 1:43 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > A fourth solution (also portable) is to look at the Filter capability in > the servlet 2.3 API (supported by Tomcat 4.0). > > Craig McClanahan The only problem with this is that Catalina is bleeding edge and while it will be

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Craig R. McClanahan
A fourth solution (also portable) is to look at the Filter capability in the servlet 2.3 API (supported by Tomcat 4.0). Craig McClanahan On Thu, 26 Apr 2001, Sasha Haghani wrote: > Hi there, > > -- > DISCLAIMER: This a Tomcat question, where the solution will likely require > some tinke

Re: Redirecting the Response of a JSP to a String

2001-04-26 Thread Jon Stevens
on 4/26/01 12:38 PM, "Sasha Haghani" <[EMAIL PROTECTED]> wrote: > Any comments, help or suggestions that anyone can provide are much, much > appreciated. Also, I'd love to hear alternative solutions. Thanks so much. Solution 4) Use Turbine as your Controller. Turbine is a servlet that essenti