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!
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]