choice.add(new AjaxEventBehavior("click") {

    protected void onEvent(final AjaxRequestTarget target) {
        PopupSettings popup = new PopupSettings("_blank");
popup.setTarget("'http://wicket.apache.org'"); // note the single quotes!
        target.appendJavaScript(popup.getPopupJavaScript());
    }
});

Regards
Sven

On 07/16/2014 02:44 PM, PDiefent wrote:
I only want to open a html page in a new browser window or tab, no modal
popup.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Show-html-help-page-from-dropdown-tp4666624p4666626.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
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