Re: [Wicket-user] Unexpected RuntimeException

2006-12-26 Thread August Detlefsen
Latest version downloaded from the site: wicket-1.2.3.jar Juergen Donnerstag wrote: > I don't think it is the jar alone, I'm using jar as well and I don't > get the exception. But I think you asked the right question: What is > causing the xmlReader object to be null? Obviously iit happens while

Re: [Wicket-user] Unexpected RuntimeException

2006-12-23 Thread Juergen Donnerstag
I don't think it is the jar alone, I'm using jar as well and I don't get the exception. But I think you asked the right question: What is causing the xmlReader object to be null? Obviously iit happens while closeing the parser, which means that it started parsing (with a none-null parser object) an

Re: [Wicket-user] Unexpected RuntimeException

2006-12-22 Thread August Detlefsen
I figured out how to setup logging it was easy. I was trying to load the markup HTML from a jar file: 12-22 12:18:32 [DEBUG] [UrlResourceStream] - cannot convert url: jar:file:/export/webapps/mycompany.com/web/ROOT/WEB-INF/lib/com.mycompany.newscomments.jar!/com/mycompany/newscomments/CommentHo

Re: [Wicket-user] Unexpected RuntimeException

2006-12-22 Thread Johan Compagner
can you check for us why that is null in your case? All those exceptions are logged just make sure you have the right logging.properties johan On 12/22/06, August Detlefsen <[EMAIL PROTECTED]> wrote: I am getting a NullPointerException when I try to visit the home page of my web application.

[Wicket-user] Unexpected RuntimeException

2006-12-22 Thread August Detlefsen
I am getting a NullPointerException when I try to visit the home page of my web application. Root cause: java.lang.NullPointerException at wicket.markup.parser.XmlPullParser.parse(XmlPullParser.java:390) at wicket.markup.MarkupParser.readAndParse(MarkupParser.java:196) at wicket.markup.MarkupCach

Re: [Wicket-user] Unexpected RuntimeException

2006-02-01 Thread Juergen Donnerstag
There is something wrong with your tags. There must just be one in each panel/border markup file. They are not allowed in Pages. Without any more details it'll be difficult to help. Header support is still fairly new and some parts are still under review. Under the hood a lot has changed in 1.2 an

[Wicket-user] Unexpected RuntimeException

2006-02-01 Thread Andre Matheus
I am using wicket 1.1.1, but this error was there also with version 1.1. I did not test with version 1.0. I created just a simple Index page, extending a base page which includes a border component to define a layout. When I access the page everything goes fine, but If I reload the page, the follo