Hi,

- do you have an HTML file with the same name as Panel-Class? (like
MyPanel.java and MyPanel.html - case sensitiv). 
- Is the HTML-file in the same package?
- Is it copied to the class-path after compiling? 
- there is a markup-setting which you can set to get more info on your
console about how Wicket tries to find the HTML file


-----Ursprüngliche Nachricht-----
Von: cosmindumy [mailto:cosmind...@yahoo.com] 
Gesendet: Montag, 14. Mai 2012 16:57
An: users@wicket.apache.org
Betreff: how to debug MarkupNotFoundException


I've got the following exception. How can I know wich is the problem? I have
a FormComponent that has inside a RepeatingView. I'm not sure that is the
problem, but I coldn't find ogher cause. How can I start debugging the
cause?

Markup of type 'html' for component
'org.apache.wicket.markup.html.panel.Panel' not found. Enable debug messages
for org.apache.wicket.util.resource to get a list of all filenames tried.:
[MarkupContainer [Component id = 1]]
org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for
component 'org.apache.wicket.markup.html.panel.Panel' not found. Enable
debug messages for org.apache.wicket.util.resource to get a list of all
filenames tried.: [MarkupContainer [Component id = 1]]

Thanks.

--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/how-to-debug-MarkupNotFoundExcept
ion-tp4632356.html
Sent from the Users forum 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

Reply via email to