On 7/21/06, Igor Vaynberg <[EMAIL PROTECTED]
> wrote:
target.addJavascript("window.location='"+RequstCycle.get().urlFor(null, MyPage.class)+"';");
you can only redirect to a class not an instance so you will have to pass params using PageParameters.
maybe we should add urlFor(Page) to request cycle
-Igor
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
