--- 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.
--
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
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
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
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
5 matches
Mail list logo