Hello Marc, thanks for the quick response. I've read that and also scanned the wicket examples for frames where a base frame class is used which holds the target frames...
But i was wondering if there is a easier way to solve this since i do not need to refresh the top page which holds the two frames "SelectionFrame" and "Main". What about a Link which has an Attribute <a .... target="Main" ... Is there a way to change the target of the internal AJAX link? Thanks in advance. Michel Marc-Andre Houle schrieb: > Maybe this can help you. At least, I hope... > > http://cwiki.apache.org/WICKET/using-frames.html > > Marc > > On 3/20/07, *Michel Wichers* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi guys, > > I'm currently developing a page with two frames. The left frame > "SelectionFrame" contains an extensions Tree and the right frame > "Main" > contains any Contents. > > What i now want to do is to respond to the Contents Frame by > clicking on > some special tree nodes. > > e.g.: > ... > @Override > protected void onNodeLinkClicked(AjaxRequestTarget target, > TreeNode node) > { > IConfigurationPage userObj = (IConfigurationPage) > ((DefaultMutableTreeNode) node).getUserObject(); > setResponsePage(new ConfigMainPage(userObj)); > } > ... > > If you know any easy solution it would be great to share that with me. > Any help would be appreciated. > > > cheers! > > Michel > > > > ------------------------------------------------------------------------- > 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 > > <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > _______________________________________________ > Wicket-user mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 > -- Best regards / Mit freundlichen Grüßen Michel Wichers _____________________________________________________________________ Ponton Consulting GmbH voice: +49.40.69213-340 http://www.ponton-consulting.de/ fax: +49.40.69213-355 Dorotheenstrasse 60 mobile: +49.175.566 9970 D-22301 Hamburg mailto:[EMAIL PROTECTED] _____________________________________________________________________ HRB 81480, AG Hamburg, Managing Director: Dr. Michael Merz Ponton Consulting is a Member of C1 Group (www.c1-group.com) _____________________________________________________________________ ------------------------------------------------------------------------- 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
