[Wicket-user] Click button in unit test

2007-02-22 Thread Gohan

I'm trying to test one of my wicket pages using WicketTester. I'd like to
know how I trigger a submit button I have inside a form. I've managed to
click on a Link by using 
wicketTester.getServletRequest().setRequestToComponent(link);
wicketTester.processRequestCycle(); 
but this does not work on the submit button. 

Thanks

-- 
View this message in context: 
http://www.nabble.com/Click-button-in-unit-test-tf3273168.html#a9101195
Sent from the Wicket - User mailing list archive at Nabble.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.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Click button in unit test

2007-02-22 Thread Timo Rantalaiho
On Thu, 22 Feb 2007, Gohan wrote:
 I'm trying to test one of my wicket pages using WicketTester. I'd like to
 know how I trigger a submit button I have inside a form. I've managed to
 click on a Link by using 
 wicketTester.getServletRequest().setRequestToComponent(link);
 wicketTester.processRequestCycle();   
 but this does not work on the submit button. 

FormTester tester = wicketTester.newFormTester(wicket:path:to:form);
tester.submit(wicketIdOfButton);

- Timo

-- 
Timo Rantalaiho
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
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.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Click button in unit test

2007-02-22 Thread Frank Bille

On 2/22/07, Gohan [EMAIL PROTECTED] wrote:



I'm trying to test one of my wicket pages using WicketTester. I'd like to
know how I trigger a submit button I have inside a form. I've managed to
click on a Link by using



tester.clickLink for clicking links (doesn't answer your main question, I
know)

Frank
-
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.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user