Check here - http://struts.apache.org/2.x/docs/why-are-request-parameters-appended-to-our-hyperlinks.html
Set the includeParams value to something other than 'get' -Wes On Mon, Jan 25, 2010 at 3:17 AM, emil thushanga <thusha...@gmail.com> wrote: > Dear all, > > I use Struts2 and *Sitemesh* for my project. I have an issue with the URL > parameters. > > My previous URL parameters are remaining as the same even if I go to new > page, > > Is there any way to clear the parameter from my URL, this is a problem for > me to do pagination. > > > WEB.xml (i have configured following filters on my web.xml) > > ============================= > > <filter> > > <filter-name>action2-cleanup</filter-name> > > > <filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class> > > </filter> > > <filter> > > <filter-name>sitemesh</filter-name> > > > <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class> > > </filter> > > <filter> > > <filter-name>action2</filter-name> > > > <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class> > > </filter> > > > Thanks > > Emil > -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org