Have you tried calling setPopupSettings()?

On Thu, Sep 25, 2008 at 10:26 AM, Wilhelmsen Tor Iver
<[EMAIL PROTECTED]> wrote:
>> 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]
>
>

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

Reply via email to