Re: URL paramters accumulating in a sequence of actions

2007-08-29 Thread Antonio Petrelli
2007/8/29, Riccardo Mollame <[EMAIL PROTECTED]>: > > Yes: there I have a sequence of "return SUCCESS" all > with an actions. Anyway, a good man gave me the > probable solution: using the includeParams="none" in > the s:url tag. > Thanks anyway! Arnaud was right, I thought that you were writing

Re: URL paramters accumulating in a sequence of actions

2007-08-29 Thread Riccardo Mollame
Yes: there I have a sequence of "return SUCCESS" all with an actions. Anyway, a good man gave me the probable solution: using the includeParams="none" in the s:url tag. Thanks anyway! Ric --- Antonio Petrelli <[EMAIL PROTECTED]> ha scritto: > 2007/8/29, Riccardo Mollame <[EMAIL PROTECTED

RE: URL paramters accumulating in a sequence of actions

2007-08-29 Thread Riccardo Mollame
Thanks! All my best. Ric --- Arnaud Cogoluegnes <[EMAIL PROTECTED]> ha scritto: > To avoid this behavior, use the global settings > struts.url.includeParams=none in struts.properties > or the attribute > includeParams in each url tag (value can be 'none', > 'get' or 'all') > > > -Mess

RE: URL paramters accumulating in a sequence of actions

2007-08-29 Thread Arnaud Cogoluegnes
To avoid this behavior, use the global settings struts.url.includeParams=none in struts.properties or the attribute includeParams in each url tag (value can be 'none', 'get' or 'all') -Message d'origine- De : Riccardo Mollame [mailto:[EMAIL PROTECTED] Envoyé : mercredi 29 août 2007 13:42

Re: URL paramters accumulating in a sequence of actions

2007-08-29 Thread Antonio Petrelli
2007/8/29, Riccardo Mollame <[EMAIL PROTECTED]>: > > Can anyone explain to a poor newbie why, after calling > a sequence of actions, each one passing a set of URL > parameters, I end up having in the final URL **all** > the parameters called in the previous actions? What do you mean with "sequen