No, I don't want a (border) component. I just want to convert *all* external 
links without the need to give each external link an extra wicket:id and add 
a special component in each page instance. It would be to easy to forget 
some external links.

Tom


Scott Swank wrote:
> You want a Border.  Relevant wiki pages include
> 
> http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html
> http://cwiki.apache.org/WICKET/custom-components.html
> http://cwiki.apache.org/WICKET/panels-and-borders.html
> 
> On 5/24/07, Thomas Singer <[EMAIL PROTECTED]> wrote:
>> I want to decorate any <a href="..."> link to an external website with a
>> small graphic and ensure it will open in a separate window. Where should I
>> start? I'm currently trying to add an IMarkupFilter implementation to insert
>> another openClose-ComponentTag before the </a>-ComponentTag, but Wicket
>> seems not to render it.
>>
>> Thanks in advance,
>> Tom


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to