Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread shetc
That was it, Igor! I started a new project in Rational Application Developer and I forgot that it sets Eclipse to filter out *.html files from the bin directory. Thanks so much! -- View this message in context: http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp248

Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread Igor Vaynberg
make sure your ide copies it to the same place where it generates .class files. -igor On Sat, Aug 8, 2009 at 12:49 PM, shetc wrote: > > Yes, I do, Petr > -- > View this message in context: > http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp24881185p24881598.html

Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread shetc
Yes, I do, Petr -- View this message in context: http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp24881185p24881598.html Sent from the Wicket - User mailing list archive at Nabble.com. - To uns

Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread Petr Fejfar
> Caused by: org.apache.wicket.markup.MarkupNotFoundException: Markup not > found. Component class: integration.wicket.MyPage Do you have a MyPage.html with related markup in the same folder as your MyPage.java file? - To unsubs

WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread Steve Hiller
Hi All, I'm trying out the small WicketTester example that is shown in the org.apache.wicket.util.tester.WicketTester API page. However, I am getting the following exception: Caused by: org.apache.wicket.markup.MarkupNotFoundException: Markup not found. Component class: integration.wicket.MyPag