Re: how to debug MarkupNotFoundException

2012-05-16 Thread Hans Lesmeister
Hi, >> Enable debug messages for org.apache.wicket.util.resource to get a list of all filenames tried As Wicket suggests: Please enable debug messages and check the console output. You will see a list of files Wicket is looking up which *might* lead you to the cause of your problem Cheers --

Re: AW: how to debug MarkupNotFoundException

2012-05-15 Thread cosmindumy
che.wicket.markup.MarkupCache.getMarkupStream(MarkupCache.java:227) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-debug-MarkupNotFoundException-tp4632356p4634680.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: AW: how to debug MarkupNotFoundException

2012-05-14 Thread cosmindumy
The problem is at repeater. I replaced it with another dummy component and there is no error. I just have to learn how to use the repeater. Maybe you can help with a link at a good example. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-debug

Re: AW: how to debug MarkupNotFoundException

2012-05-14 Thread cosmindumy
panel? The situation is that from that panel I go to another one and after I return to it I get that error. I added a repeater and this could be the problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-debug-MarkupNotFoundException-tp4632356p4632436.html Sent

AW: how to debug MarkupNotFoundException

2012-05-14 Thread Hans Lesmeister
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 i

how to debug MarkupNotFoundException

2012-05-14 Thread cosmindumy
g.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-MarkupNot