Re: Redirect After Post

2009-04-15 Thread Adam Hardy
I thought this pattern was called Post-Redirect-Get (PRG)? Strange that it's name has morphed into something else. You implement it using 'redirect' result types. Check them out in the struts user guide. Manoj Dhore on 15/04/09 15:42, wrote: Have a lot at this: http://cwiki.apache.org/WW/re

RE: Redirect After Post

2009-04-15 Thread Manoj Dhore
Have a lot at this: http://cwiki.apache.org/WW/redirect-after-post.html There are other sites as well which has examples and will help you to use Redirect-after-post -Original Message- From: maestro [mailto:maestr...@gmail.com] Sent: 15 April 2009 15:38 To: Struts Users Mailing List S

Re: Redirect after Post and persist data

2008-12-09 Thread Paweł Wielgus
Hi Dirk, there is no simple answear to session question. There is nothing bad in keeping last search data in session, until for example Your session objects will grow so much that they will kill Your server. Just keep in mind what are the drawbacks of this solution. Best greetings, Paweł Wielgus.

Re: Redirect after Post and ActionMessage

2005-06-12 Thread Michael Jouravlev
You may want to take a look at the Struts Dialogs: http://struts.sourceforge.net/strutsdialogs/ It is a new development within Struts Application project. It was me who wrote the article on TSS, and I am gradually making these ideas into usable components. DialogAction is an action which uses POST

Re: Redirect after Post and ActionMessage

2005-06-12 Thread Hubert Rabago
An option is to add the action message as a redirect parameter. This was supported in an earlier ActionRedirect version I was using in my Struts projects (http://www.rabago.net/struts/redirect/), but it was decided that the version that went into Struts core not include this feature. Hubert On 6