Re: Request parameters appended to urls that don't need them.

2007-05-17 Thread Dave Newton
--- Will Smith <[EMAIL PROTECTED]> wrote: > Is this something that is commonly needed? Actually, I don't really know... Personally I think defaulting to *not* including params would make more sense as that is "expected" behavior. *shrug* d. ___

Re: Request parameters appended to urls that don't need them.

2007-05-17 Thread Will Smith
On 5/17/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Will Smith <[EMAIL PROTECTED]> wrote: > Everything works as expected, but I noticed that when > the Blog_view view is rendered, my navigation links > now have that request parameter appended to them when > the don't need it. http://struts.a

Re: Request parameters appended to urls that don't need them.

2007-05-17 Thread Dave Newton
--- Will Smith <[EMAIL PROTECTED]> wrote: > Everything works as expected, but I noticed that when > the Blog_view view is rendered, my navigation links > now have that request parameter appended to them when > the don't need it. http://struts.apache.org/2.x/docs/url.html See the includeParams a

Request parameters appended to urls that don't need them.

2007-05-17 Thread Will Smith
Hi, I'm new to struts and liking what I've seen so far. I'm building a toy application to learn the framework (A simple blogging app). I have an action with a view() method that returns the string "view". What happens is that a link is clicked to view details about a particular blog, and a request