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-tp24881185p24881812.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



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 unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

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

Thanks,

Steve