No, there was nothing about the "is wrong" bit.  Just that it couldn't find it.

On 10/25/05, Juergen Donnerstag < [EMAIL PROTECTED]> wrote:
yes, the stacktrace you get is something like

ERROR - RequestCycle               - Unexpected runtime exception
[page = [Page class = wicket.markup.html.basic.SimplePage, id = 0]]
wicket.WicketRuntimeException: Markup of type 'html' for component
'wicket.markup.html.basic.SimplePage' not found or invalid Enable
debug messages for wicket.util.resource.Resource to get a list of all
filenames tried:
[Page class = wicket.markup.html.basic.SimplePage, id = 0]
        at wicket.MarkupContainer.getAssociatedMarkupStream(MarkupContainer.java :713)
....
Caused by: wicket.markup.MarkupException: Tag '<span>' (line 22,
column 3) has a mismatched close tag at '</body>' (line 23, column 1)
...

The first message says the markup could not be found OR IS WRONG. And
caused by provides the details. I might agree that the caused by
message could be integrated in the first one, but it is not too bad,
isn't it. It clearly points you to the problem.

Jürgen


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to