Hi All, I have different behavior when using a RedirectPage which I'm trying to understand. I have a web page which has a Tree. In one case when a tree node is clicked, in the onNodeClicked() method this.setResponsePage( new RedirectPage( http.....)) is called and the URL opens in the same browser window. In another case the tree node click makes visible a panel which has a form for some input parameters and a Link used for the redirect. In that panel in the onClick() method for the link this.setResponsePage( new RedirectPage( http ...)) is called and the URL is opened in a new browser window which is what I want to happen in both cases.
Does anyone know why the first case opens the URL in the same browser window but the second case opens the URL in a new window? Or is there a better way to have the URL opened in an new window? Thanks, Jim -- View this message in context: http://www.nabble.com/Page-redirect-behavior-tp16024984p16024984.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
