Try:
Link lk = new ExternalLink("lk", "http://...") {
@Override
protected void onComponentTag(ComponentTag tag) {
super.onComponentTag(tag);
tag.put("target", "_blank");
}
};
;)
newbie_to_wicket a écrit :
hi,
I am using ExternalLink , I'd like to open in another window, but it is
opening in the same window.
have you any idea.
thanks
J
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]