Re: [Wicket-user] Testing an External SubmitLink

2007-04-17 Thread Joe Brunner
Hello, I originally noticed the problem with wicket version 1.2.5 and have since reproduced the problem with the latest wicket 1.3 snapshot. Thank you for your quick response. I have opened JIRA issue WICKET-478 to address the problem. Thanks again, Joe Brunner Jean-Baptiste Quenot-3

Re: [Wicket-user] Testing an External SubmitLink

2007-04-15 Thread Jean-Baptiste Quenot
* Joe Brunner: I'm attempting to test a panel that contains a SubmitLink. However, the WicketTester.clickLink() method does not recognize the SubmitLink. When I run the test, I get a stack trace stating: wicket.WicketRuntimeException: Link testpanel:graph is not a Link,

[Wicket-user] Testing an External SubmitLink

2007-04-13 Thread Joe Brunner
Hello, I'm attempting to test a panel that contains a SubmitLink. However, the WicketTester.clickLink() method does not recognize the SubmitLink. When I run the test, I get a stack trace stating: wicket.WicketRuntimeException: Link testpanel:graph is not a Link, AjaxLink, AjaxFallbackLink or