You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by cosmindumy <co...@yahoo.com> on 2012/12/11 12:59:15 UTC

MarkupNotFoundException

Hi, 
I started a new application and I receive the following exception. 
/"org.apache.wicket.markup.MarkupNotFoundException: Can not determine
Markup. Component is not yet connected to a parent"/
The application is quite simple. I subclassed the application and a home
page.
Which is usually the cause and how can I find the cause in my application? 
Thanks.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/MarkupNotFoundException-tp4654698.html
Sent from the Users forum 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: MarkupNotFoundException

Posted by Sven Meier <sv...@meiers.net>.
Check spelling, upper/lower case and the location of the html file for 
your home page.

Sven

On 12/11/2012 12:59 PM, cosmindumy wrote:
> Hi,
> I started a new application and I receive the following exception.
> /"org.apache.wicket.markup.MarkupNotFoundException: Can not determine
> Markup. Component is not yet connected to a parent"/
> The application is quite simple. I subclassed the application and a home
> page.
> Which is usually the cause and how can I find the cause in my application?
> Thanks.
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/MarkupNotFoundException-tp4654698.html
> Sent from the Users forum 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: MarkupNotFoundException

Posted by cosmindumy <co...@yahoo.com>.
Thanks very much,
Now is clear why the error occurs. 
Regards



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/MarkupNotFoundException-tp4654698p4654703.html
Sent from the Users forum 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: MarkupNotFoundException

Posted by Sven Meier <sv...@meiers.net>.
Check the first answer here:

http://stackoverflow.com/questions/2689198/wicket-war-in-jetty-html-files-not-on-classpath

Sven

On 12/11/2012 02:10 PM, cosmindumy wrote:
> I checked that ans is not the cause. I noticed that html files are not in
> war.
> I just have a page that subclass WebPage and a customized Application as
> subclass of wicket application.
>
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/MarkupNotFoundException-tp4654698p4654701.html
> Sent from the Users forum 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: MarkupNotFoundException

Posted by cosmindumy <co...@yahoo.com>.
I checked that ans is not the cause. I noticed that html files are not in
war. 
I just have a page that subclass WebPage and a customized Application as
subclass of wicket application. 




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/MarkupNotFoundException-tp4654698p4654701.html
Sent from the Users forum 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: MarkupNotFoundException

Posted by Maxim Solodovnik <so...@gmail.com>.
You need child/extend tags since you are subclassing
On Dec 11, 2012 6:59 PM, "cosmindumy" <co...@yahoo.com> wrote:

> Hi,
> I started a new application and I receive the following exception.
> /"org.apache.wicket.markup.MarkupNotFoundException: Can not determine
> Markup. Component is not yet connected to a parent"/
> The application is quite simple. I subclassed the application and a home
> page.
> Which is usually the cause and how can I find the cause in my application?
> Thanks.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/MarkupNotFoundException-tp4654698.html
> Sent from the Users forum 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
>
>