You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Pedone, Tim" <Ti...@intuit.com> on 2002/03/21 17:52:43 UTC

Possble bug in html:link tag

I'm using the "anchor" attribute of the html:link tag <html:link
href="/cpi/do/home" anchor="about"/> and when the tag rewrites the url with
a session id it ends up like this:

/cpi/do/home#about;jsessionid=xxxxxx

I think this is backward because the browser doesn't send anything after the
# in the request.  If I use a scriptlet to produce:

/cpi/do/home;jsessionid=xxxxx#about

it works.

Tim


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>