| Title | LinkTag problems in v2.3.61 |
| Date | 29-Dec-2005 08:49:46 EET |
| Version | v2.3.61 |
| Submitter | Dirk Frederickx |
| Bug criticality | LightBug |
| Browser version | safari |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | tomcat |
| Operating System | os-x |
| URL | |
| Java version |
Had some problems in using the new LinkTag.
1) Some stuff seems to be missing from the jspwiki.tld. Here is what i added:
<tag>
<name>Link</name>
<tagclass>com.ecyrd.jspwiki.tags.LinkTag</tagclass>
.....
<attribute>
<name>accessKey</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>context</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
2) Still, I couldnt get following jsp snippet to work. What is wrong here ?
<wiki:Link title="Edit current page [ e ]"
context="edit"
accessKey="e">Edit</wiki:Link>
1) Yup, for some reason accessKey was gone. I've added it in the next update of batches (2.3.99).
2) I think this was because of the linkTag issues that were solved in 2.3.94 update. Can you please check and reopen if it still does not work?