I understand. But there are so many such links which are what the wicket:link is for. All that takes is for the autolink processing NOT to do extra modification of the element except href, which is what autolink is supposed to behave (and only). The extra replacement is nice to have but in many cases I have seen, it often results in unexpected issues since people would expect it to only convert the href.

----- Original Message ----- From: "Igor Vaynberg" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, November 17, 2008 1:48 PM
Subject: Re: wicket:link modify tags


use a bookmarkablepagelink instead

-igor

On Mon, Nov 17, 2008 at 10:41 AM, DVD <[EMAIL PROTECTED]> wrote:
Hello:

<wicket:link>
     <li><a href=...>
</wicket:link>

wicket replace <a with <span
use getMarkupsetting.setDefaultDis....  would not help.

Would it be possible now to tell wicket not to modify/replace any tags/attrs except
href?

This has been a headache for web designers to figure out what to do for the changed tags.

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to