Hello: Is there a way to disable wicket:link' removing <a tag action. I only need to use wicket:link for a list of urls but do not want it to remove the <a tag. That is, I want to keep the markups as they are. The reason is that I need to keep these markups for CSS. When using wicket:id, the visual appearance is totally messedup. I could use the add link method inside Java but wonder if wicket:link has an option to do so.
Thanks
