On Fri, Feb 15, 2008 at 9:46 AM, Paranoid_Fabio <[EMAIL PROTECTED]> wrote: > > I'm sorry but I meant "includeParams=none". I wrote it correctly in the code > but I posted it wrong. > The result is the same, params are included in the url.
Which url(s) are talking about now ? If, as said above, it's within the other urls generated in your JSP, it's the same schema : generate them with the <s:url> tag and "includeParams=none" parameter. If you want to change this globally (it really helps!), set in your struts.properties the following line: struts.url.includeParams=none Maxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

