Re: Execute Action on the server

2007-09-21 Thread Leon Rosenberg
there is a mail taglib but a mail is sent from the jsp then. or you grab the reply from the server via httpclient, put it in a multipart mail message and send. Leon On 9/21/07, Oguz Kologlu <[EMAIL PROTECTED]> wrote: > Not really suitable for what I'm after since I need the result of the > rendere

Re: Execute Action on the server

2007-09-21 Thread Oguz Kologlu
Not really suitable for what I'm after since I need the result of the rendered output on the server, not on the client. As i mentioned I've seen it done with Velocity, using something like Velocity Template Processor/Engine (can't remember the exact name). Doing the same on a JSP I'd probably

Re: Execute Action on the server

2007-09-20 Thread Paul Benedict
Oguz, You can perform a JSP include and get the rendered page. Paul On 9/19/07, Oguz Kologlu <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone know how to execute an action on the server and get the > result on the server (without having to use something like commons > http client). > > What I

Execute Action on the server

2007-09-19 Thread Oguz Kologlu
Hi, Does anyone know how to execute an action on the server and get the result on the server (without having to use something like commons http client). What I want is the resulting html from an action so I send it as an email. I vaguely remember a way to do it with a velocity template I'