Re: WicketTester and clicking a tree node

2011-06-02 Thread msalman
AjaxLink nodeLink = node.getClickLink(); tester.executeAjaxEvent(nodeLink, onclick); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-clicking-a-tree-node-tp3556724p3568831.html Sent from the Users forum

Re: WicketTester and clicking a tree node

2011-06-02 Thread Pedro Santos
); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-clicking-a-tree-node-tp3556724p3568831.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: WicketTester and clicking a tree node

2011-06-02 Thread msalman
Hi Pedro. But how do you get the link's id i.e., moveC3ToC2? I added all the code to the Node and Tree derive classes to so that I could get the link id. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-clicking-a-tree-node-tp3556724p3569317.html

WicketTester and clicking a tree node

2011-05-27 Thread msalman
Hi, I am trying to simulate/test clicking and expanding tree nodes. My Tree is based off LinkTree class. Can some one please provide me the solution or ideas. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-clicking-a-tree-node

Re: WicketTester and clicking a tree node

2011-05-27 Thread Pedro Santos
.  My Tree is based off LinkTree class. Can some one please provide me the solution or ideas. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-clicking-a-tree-node-tp3556724p3556724.html Sent from the Users forum mailing list archive