Re: Exclude parameter from URL tag

2011-03-13 Thread Maurizio Cucchiara
IIRC you could set them to null, something like Maurizio Cucchiara Il giorno 14/mar/2011 00.12, "Ilya Kazakevich" < ilya.kazakev...@jetbrains.com> ha scritto: > Hello, > > I use "s:url" to generate links. I use includeParams="get". > Is there a way to exclude CONCRETE param from it? > > Ilya >

RE: Exclude parameter from URL tag

2011-03-13 Thread Ilya Kazakevich
Thanks and does there is a way to configure it for all cases? I want to exclude one param from all places -Original Message- From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] Sent: Monday, March 14, 2011 2:16 AM To: Struts Users Mailing List Subject: Re: Exclude parameter

RE: Exclude parameter from URL tag

2011-03-13 Thread Dave Newton
> From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] > Sent: Monday, March 14, 2011 2:16 AM > To: Struts Users Mailing List > Subject: Re: Exclude parameter from URL tag > > IIRC you could set them to null, something like > > > > Maurizio Cucchiara > >

Re: RE: Exclude parameter from URL tag

2011-03-13 Thread Maurizio Cucchiara
Take a look at [1], you could use the exclude params list. IIRC there should be a xwork interceptor suited for this purpose. [1] http://struts.apache.org/2.1.2/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ParametersInterceptor.html Maurizio Cucchiara Il giorno 14/mar/2011 00.45, "Ily