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]> 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
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to