--- Anton Pussep <[EMAIL PROTECTED]> wrote:
> When I call a page or action with a request
> parameter (like
> "index.jsp?param=xyz") then Struts seems to
> automatically add it to all
> links on the page. In my case I have a parameter
> that should not be
> added to any links, it should just be set for this
> one page/action call.
> Is there a way to do that?

Yes.

http://struts.apache.org/2.x/docs/strutsproperties.html

Note the "struts.url.includeParams" property.

You can also set this on a tag-by-tag basis; see

http://struts.apache.org/2.x/docs/url.html

and note the "includeParams" attribute.

d.



       
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to