> target.prependJavascript("window.location.href=google.com"); > > Is there a better way of doing this?
Doubtful; Ajax is primarily concerned with NOT replacing the whole page. If you always replace the page use a "normal" link instead which lets you set a RedirectRequestTarget for instance. - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org