Re: How to test just a panel using apache wicket?

2011-11-27 Thread vineet semwal
its not just your fault ,i think tester.startpanel should have been totally deprecated ie. all overloaded versions of startpanel On Sun, Nov 27, 2011 at 4:41 PM, kamiseq wrote: > ok I think I was blind yesterday ;] and I need to admit that javadoc is > correct and says exactly the same thing (to

Re: How to test just a panel using apache wicket?

2011-11-27 Thread kamiseq
ok I think I was blind yesterday ;] and I need to admit that javadoc is correct and says exactly the same thing (to use startComponentInPage(C component) thanks ;] pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __

Re: How to test just a panel using apache wicket?

2011-11-27 Thread vineet semwal
sorry typo *use* :) 2011/11/27 vineet semwal : > ues tester.startcomponentinpage(new myPanel(a,b)) > > On Sun, Nov 27, 2011 at 4:11 PM, kamiseq wrote: >> well im talking about 1.5.3, and it is not like you startPanel and it >> works, as it will try to call constructor with one parameter of the st

Re: How to test just a panel using apache wicket?

2011-11-27 Thread vineet semwal
ues tester.startcomponentinpage(new myPanel(a,b)) On Sun, Nov 27, 2011 at 4:11 PM, kamiseq wrote: > well im talking about 1.5.3, and it is not like you startPanel and it > works, as it will try to call constructor with one parameter of the string > type. If your panel has constructor with more th

Re: How to test just a panel using apache wicket?

2011-11-27 Thread kamiseq
well im talking about 1.5.3, and it is not like you startPanel and it works, as it will try to call constructor with one parameter of the string type. If your panel has constructor with more than only id then you cant simply use it. so i guess this was a case where ITesterPanelSource was useful bu

Re: How to test just a panel using apache wicket?

2011-11-26 Thread sudeivas
have this issue. Also post your code. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-test-just-a-panel-using-apache-wicket-tp4097990p4111869.html Sent from the Users forum mailing list archive at Nabbl

Re: How to test just a panel using apache wicket?

2011-11-26 Thread Igor Vaynberg
tester.startpanel(panel)? -igor On Sat, Nov 26, 2011 at 3:57 PM, kamiseq wrote: > the javadoc of ITesterPanelSource says Depreced since no longer needed in > 1.5.3 > > can you give examples? > > pozdrawiam > Paweł Kamiński > > kami...@gmail.com > pkaminski@gmail.com > __

Re: How to test just a panel using apache wicket?

2011-11-26 Thread kamiseq
the javadoc of ITesterPanelSource says Depreced since no longer needed in 1.5.3 can you give examples? pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __

Re: How to test just a panel using apache wicket?

2011-11-26 Thread kamiseq
for me this does not works either in 1.5.3 as inner test page has no markup pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ > > >

Re: How to test just a panel using apache wicket?

2011-11-22 Thread Igor Vaynberg
sts(RemoteTestRunner.java:683) >        at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) >        at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) > > > > -- > View this message in conte

Re: How to test just a panel using apache wicket?

2011-11-22 Thread sudeivas
p://apache-wicket.1842946.n4.nabble.com/How-to-test-just-a-panel-using-apache-wicket-tp4097990p4098066.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: How to test just a panel using apache wicket?

2011-11-22 Thread Igor Vaynberg
http://apache-wicket.1842946.n4.nabble.com/How-to-test-just-a-panel-using-apache-wicket-tp4097990p4097993.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-un

Re: How to test just a panel using apache wicket?

2011-11-22 Thread sudeivas
Additional Information: Using Apache-Wicket - 1.5.3 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-test-just-a-panel-using-apache-wicket-tp4097990p4097993.html Sent from the Users forum mailing list archive at Nabble.com

How to test just a panel using apache wicket?

2011-11-22 Thread sudeivas
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) Thanks, Suresh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-test-just-a-panel-using-apa