--- Erik Weber <[EMAIL PROTECTED]> wrote:

> 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 from page to page -- the form bean holds input from fields of
> all 
> pages), and a single action that is parameterized to act differently 
> depending on what page the user is on? Chaining actions is something 
> that is not necessarily relevant to that, but I can also see how it 
> could be. So just make sure you've thought it through!

let me begin by saying:

woodchuck <--- idiot (again)

it was a while ago and i don't remember why i setup my forwards to
".do" instead of to the ".jsp" for my wizard.

that was my problem.  Bill Siggelkow asked me the same thing
essentially, and that was when i clued in as to what the heck was i
forwarding to Actions for?!  no idea.  but now i changed the forwards
to the JSPs and it works fine.

thanks to everyone that helped!!  sorry to have caused confusion!

woodchuck



> 
> Hope that helps,
> 
> Erik
> 
> 
> Woodchuck 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 
> >>that Action finishes processing, it forwards to B.do?foo=newValue.
> >>    
> >>
> >
> >oh wow, your suggestion is possible too!  it should work, i think
> the
> >new value will overwrite the old value!
> >
> >thanks, Eric!
> >
> >woodchuck
> >
> >
> >
> >  
> >
> >>Doesn't that work or am I misunderstanding?
> >>
> >>Erik
> >>



                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to