I have been doing that way to work around this issue
but found it is often cumbersome to do so, particularly
to deal with large number of links. use Listview helps
a bit but not complete solution.
I wonder if something similar tothe following could be done
<wicket:link nomarkupremoval="true">

This would not break any existing app and give a lot of flexibility.


>Don't use wicket:link in that case. Just add the links as bookmarkable
>page links. wicket:link is a convenience, not for all use cases. This
>is not one of them.
>
>Martijn
>
>On 3/15/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> 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
>
>
>-- 
>Buy Wicket in Action: http://manning.com/dashorst
>Apache Wicket 1.3.1 is released
>Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.1
>
>---------------------------------------------------------------------
>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