You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dirk Jaeckel <bi...@gate5.de> on 2002/08/06 19:41:12 UTC

accesskey attribute does not show up in html result

Hi!


<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:link page='/bar.html' accesskey="3">foo</html:link><br>

is transformed to:

<a href="/foo/bar.html;jsessionid=aaa4cquRbOJbP_">foo</a><br>



The accesskey-attribute has been stripped. What am I doing wrong here?


Dirk


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