Re: actions help

2008-01-25 Thread Ingo Villnow
-Original Message- From: Ingo Villnow [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 1:08 PM To: Struts Users Mailing List Subject: Re: actions help where in your jsp do you want to use your action? can you use your action to put your returning object into the request or ses

RE: actions help

2008-01-25 Thread Lalchandra Rampersaud
Yes, I can use my action to put data into the request or session scope. -Original Message- From: Ingo Villnow [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 1:08 PM To: Struts Users Mailing List Subject: Re: actions help where in your jsp do you want to use your action? can

Re: actions help

2008-01-25 Thread Ingo Villnow
c-tags i am telling according struts 1 Lalchandra Rampersaud schrieb: Yes, something like that except that it returns a list or an object. -Original Message- From: Ingo Villnow [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 12:28 PM To: Struts Users Mailing List Subject: R

RE: actions help

2008-01-25 Thread Lalchandra Rampersaud
Yes, something like that except that it returns a list or an object. -Original Message- From: Ingo Villnow [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 12:28 PM To: Struts Users Mailing List Subject: Re: actions help Do you mean something like this? you can use actions to

Re: actions help

2008-01-25 Thread Ingo Villnow
Do you mean something like this? you can use actions to get data as a stream, for example to use it with the img-tag /action/ public class DiagramGanttAction extends DownloadAction { protected StreamInfo getStreamInfo(ActionMapping mapping, ActionForm form, HttpServletR

RE: actions help

2008-01-25 Thread Lalchandra Rampersaud
:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 11:58 AM To: Struts Users Mailing List Subject: Re: actions help --- Lalchandra Rampersaud <[EMAIL PROTECTED]> wrote: > Is it possible execute an action which just puts data into the request > object without returning an ActionFoward? >

RE: actions help

2008-01-25 Thread Dave Newton
r the "page zone" you're updating. Are you trying to get the action to generate that HTML? You're going to have to be more specific. d. > > ravi > > -Original Message- > From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Friday, January 25, 20

Re: actions help

2008-01-25 Thread Dave Newton
--- Lalchandra Rampersaud <[EMAIL PROTECTED]> wrote: > Is it possible execute an action which just puts data into the request > object without returning an ActionFoward? > > I tried to return null but the page just becomes blank. I'm not sure what you'd expect; knowing what comes next is somewhat