Re: forwarding to another action passing parameters

2007-05-17 Thread Dale Newfield
Gena Batsyan wrote: Why not, we have two actions with absolutely distinct purposes, one for entry creation and another for entity listing, but the listing has a little feature to display messages. If you have two actions you want to expose to your users, then by all means they should both be

Re: forwarding to another action passing parameters

2007-05-17 Thread Gena Batsyan
Dale Newfield wrote: Gena Batsyan wrote: As I said, if using chain, the whole load of parameters is applied to the second action, which I want to avoid, I want it to get nothing except of what I'm explicitly define. It sounds like you're trying to use the wrong tools. You're looking for a w

Re: forwarding to another action passing parameters

2007-05-16 Thread Dave Newton
--- Christopher Schultz wrote: > Dave Newton wrote: >> Someone else may have a better idea, but I think >> this is just the nature of the way HTTP works: you >> can forward or redirect; forward means you get the >> same request, redirect means you get a new one. > > I'm not entirely sure this is

Re: forwarding to another action passing parameters

2007-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, Dave Newton wrote: > Someone else may have a better idea, but I think this is just the > nature of the way HTTP works: you can forward or redirect; forward > means you get the same request, redirect means you get a new one. I'm not entirely sur

Re: forwarding to another action passing parameters

2007-05-16 Thread Dale Newfield
Gena Batsyan wrote: As I said, if using chain, the whole load of parameters is applied to the second action, which I want to avoid, I want it to get nothing except of what I'm explicitly define. It sounds like you're trying to use the wrong tools. You're looking for a way to trigger the crea

Re: forwarding to another action passing parameters

2007-05-16 Thread Dave Newton
--- Gena Batsyan <[EMAIL PROTECTED]> wrote: > Dave Newton wrote: > > --- Gena Batsyan <[EMAIL PROTECTED]> wrote: > > Messages for that are generally stored in a > > "flash"-like context (session but with automagic > > removal after the next request completes). > that' Interesting. Where can I read

Re: forwarding to another action passing parameters

2007-05-16 Thread Gena Batsyan
Dave Newton wrote: --- Gena Batsyan <[EMAIL PROTECTED]> wrote: This is a simple requirement, that is needed in almost any webapp I can imagine, and I absolutely believe something like this must be a core feature. I'm not entirely sure I complete understand what you're asking for. Th

Re: forwarding to another action passing parameters

2007-05-16 Thread Dave Newton
--- Gena Batsyan <[EMAIL PROTECTED]> wrote: > This is a simple requirement, that is needed in > almost any webapp I can imagine, and I absolutely > believe something like this must be a core > feature. I'm not entirely sure I complete understand what you're asking for. The *most* common solutio