On Sun, 11 Mar 2001, James Cook wrote:

> Very cool. Thanks for that info.
> 
> I thought I saw an option at one time to force URL encoding in Struts, even
> if the browser supports cookies. Is this true, and will the page attribute
> also URL encode?
> 

Yes, no matter which variants you use to create the hyperlink in an
<html:link> or <html:image> tag, the result is always passed through
response.encodeURL() so that sessions will work even in the absence of
cookies.

> thank you,
> jim
>

Craig


Reply via email to