wicket:link modify tags

2008-11-17 Thread DVD
Hello:

wicket:link
  lia 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

Re: wicket:link modify tags

2008-11-17 Thread Igor Vaynberg
use a bookmarkablepagelink instead

-igor

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

 wicket:link
  lia 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]



Re: wicket:link modify tags

2008-11-17 Thread DVD
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: users@wicket.apache.org
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
 lia 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]