Re: Problem passing parameters do action...parameters remain displayed

2007-12-12 Thread Dave Newton
--- Paranoid_Fabio <[EMAIL PROTECTED]> wrote: > How can i set includeParams="none" as default in all the pages? http://struts.apache.org/2.x/docs/strutsproperties.html struts.url.includeParams > Which side effects can it have?if any.. Parameters won't be included automagically. d. --

Problem passing parameters do action...parameters remain displayed

2007-12-12 Thread Paranoid_Fabio
Dave Newton yahoo.com> writes: > > See if helps. > > You can also set that as a default. > > I do agree with the other response that using the tag makes > things a little cleaner. > > d. Thank you. The problem of the "growing" parametes is gone, but the parameter ?amount=... remains on a

Re: Problem passing parameters do action...parameters remain displayed

2007-12-11 Thread Dave Newton
See if helps. You can also set that as a default. I do agree with the other response that using the tag makes things a little cleaner. d. --- Paranoid_Fabio <[EMAIL PROTECTED]> wrote: > Hi everyone. I'm new to Struts and i'm developing a web application. > I've a page with 3 links. Every lin

Re: Problem passing parameters do action...parameters remain displayed

2007-12-11 Thread Mike Jennings
Try to make your url action as follows and see if this works better. Paranoid_Fabio wrote: Hi everyone. I'm new to Struts and i'm developing a web application. I've a page with 3 links. Every link call the doPurchase action, but each passes a different amount.Here's the snippet of

Problem passing parameters do action...parameters remain displayed

2007-12-11 Thread Paranoid_Fabio
Hi everyone. I'm new to Struts and i'm developing a web application. I've a page with 3 links. Every link call the doPurchase action, but each passes a different amount.Here's the snippet of the jsp that calls doPurchase action "> "> "> In the Purchase action class i've