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
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
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
> 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
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