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/12/05, Yuniar Setiawan <[EMAIL PROTECTED]> wrote: > Hi all, > I'm trying to implement the PRG (post-redirect-get) pattern which was > published in theserverside. > The magic key is to use redirect="true" in the local forward like this: > <forward name="showParentForm" path="/DrawingUpdate.rnd" redirect="true"/> > it works very nice, no more double submit problem when user press Back and > Forward button. But the problem is I lost my ActionMessage after the > redirect. I need the ActionMessage to display success message. Is there any > way beside using session to store those message? cause if I have to use > session then the whole ActionMessage thing in my application will be useless > :( > Thanks for the help > Best regards. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]