RE: URL param included on all URL's

2008-10-13 Thread col_chappy
I had been playing with the includeParam attribute with no change in behavior. I added the includeParam="none" attribute to my standard navigation links and they no longer carry the ?id parameter. So I guess the problem is solved for now. Maybe I'll have some time in a few weeks to figure out wh

Re: URL param included on all URL's

2008-10-13 Thread Dave Newton
--- On Mon, 10/13/08, col_chappy wrote: > This works well, except now every link, even those on other pages, have > that ?id parameter in the URL. What am I messing up? Any help is > appreciated In addition to David's suggestion, you can also set a default value for the entire application: >Fro

RE: URL param included on all URL's

2008-10-13 Thread Kawczynski, David
I think you want to use an includeParams="none" attribute in the s:url tag -Original Message- From: col_chappy [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2008 10:07 AM To: user@struts.apache.org Subject: URL param included on all URL's I'm developing a webapp with Struts 2.0.11