You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Steve Hiller <sh...@bellsouth.net> on 2009/08/08 21:03:01 UTC

WicketTester Newbie User Issue: MarkupNotFoundException

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

I must be doing some basic thing wrong but I don't know what it is. Any ideas?

Thanks,

Steve

Re: WicketTester Newbie User Issue: MarkupNotFoundException

Posted by shetc <sh...@bellsouth.net>.
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-tp24881185p24881812.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: WicketTester Newbie User Issue: MarkupNotFoundException

Posted by Igor Vaynberg <ig...@gmail.com>.
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<sh...@bellsouth.net> wrote:
>
> 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 unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: WicketTester Newbie User Issue: MarkupNotFoundException

Posted by shetc <sh...@bellsouth.net>.
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 unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: WicketTester Newbie User Issue: MarkupNotFoundException

Posted by Petr Fejfar <pe...@gmail.com>.
> 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 unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org