> Try:
> Link lk = new ExternalLink("lk", "http://...";) {
>             @Override
>             protected void onComponentTag(ComponentTag tag) {
>                 super.onComponentTag(tag);
>                 tag.put("target", "_blank");
>             }
>         };

A bit overkill: You might instead want to add an AttributeModifier to
the link element.

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

Reply via email to