On Tue, May 24, 2011 at 1:35 PM, Amol Ghotankar wrote:
> 1, Why I need to pass the object and not the id.
> --> I have just inserted it and do not want additional reads from database.

Doesn't matter (and if your caching is configured properly, shouldn't
do a round-trip anyway).

Look at a browser request--the only thing you can send is strings. Period.

> 4. Important. Can't we have a work around to forward the value stack to the
> redirected action without using action chaining, but having somewhat similar
> effect.

It's called "session scope". You can keep things in it.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to