Those are your basic options--store it in the request or in the session. Neither is "better" than the other, but there are some differences that might make one better suited to a particular scenario. For example, if you need to hide the values from the user or ensure the are not tampered with, store them in the session. The down side to storing in the session is that it uses more server resources, especially if in a clustered environment.
Hope that helps, Nathan On 12/22/08, ashan <arthan...@gmail.com> wrote: > > I'm working on a project that is build on top of Appfuse struts2 framework. > I need to pass some values between Actions. In the past I used to pass these > values either keeping in the form's hidden values or in session attributes. > > Is there a better alternative ways to do this now? > > > Thanks! > -- > View this message in context: > http://www.nabble.com/passing-values-between-Actions---any-best-practice--tp21134753s2369p21134753.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net