Re: struts servlet chaining and immutable request?

2004-09-06 Thread struts Dude
- Original Message - From: "Woodchuck" <[EMAIL PROTECTED]> To: "struts" <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 5:01 AM Subject: struts servlet chaining and immutable request? > hihi, > > in my Action object, i am doing servlet chaining by forwarding to > another ".do" ins

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Erik Weber
Well, I was assuming here that you *do* want to chain actions together. Based on your other posts, I'm not sure if that's what you want or not. So don't let me mislead you, because I don't fully understand. Perhaps all you really need is a session-scoped form bean (so that it will stick around

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Woodchuck <[EMAIL PROTECTED]> wrote: > > --- Erik Weber <[EMAIL PROTECTED]> wrote: > > > What happens when you append a query String that changes the > original > > > > parameter value between Actions? > > > > For example, the original request is to A.do?foo=oldValue. Then > when > > tha

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Bill Siggelkow <[EMAIL PROTECTED]> wrote: > If you are doing a wizard why are you forwarding to another Action > instead of to the "next" JSP? actually this is a very good question. i don't know why i am forwarding to another action instead of the JSP. :p i will change my forward path va

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Erik Weber <[EMAIL PROTECTED]> wrote: > What happens when you append a query String that changes the original > > parameter value between Actions? > > For example, the original request is to A.do?foo=oldValue. Then when > that Action finishes processing, it forwards to B.do?foo=newValue.

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 02, 2004 10:18 AM > > To: Struts Users Mailing List > > Subject: RE: str

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Jim Barrows
> -Original Message- > From: Erik Weber [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 10:33 AM > To: Struts Users Mailing List > Subject: Re: struts servlet chaining and immutable request? > > > What happens when you append a query String t

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Bill Siggelkow
If you are doing a wizard why are you forwarding to another Action instead of to the "next" JSP? Woodchuck wrote: --- Jim Barrows <[EMAIL PROTECTED]> wrote: -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 10:02 AM To: struts Subject: strut

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Erik Weber
What happens when you append a query String that changes the original parameter value between Actions? For example, the original request is to A.do?foo=oldValue. Then when that Action finishes processing, it forwards to B.do?foo=newValue. Doesn't that work or am I misunderstanding? Erik Woodch

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Jim Barrows
> -Original Message- > From: Woodchuck [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 10:18 AM > To: Struts Users Mailing List > Subject: RE: struts servlet chaining and immutable request? > > > > --- Jim Barrow

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 02, 2004 10:02 AM > > To: struts > > Subject: struts servlet chaining and immutable request? > > > > > > hihi, > > > > in my Action object

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Jim Barrows
> -Original Message- > From: Woodchuck [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 10:02 AM > To: struts > Subject: struts servlet chaining and immutable request? > > > hihi, > > in my Action object, i am doing servlet chaining by forwarding to > another ".do" instea