Re: Expected close tag for wicket:link ??

2009-03-06 Thread Edwin Ansicodd
. Regards, Erik. Edwin Ansicodd wrote: I find this error in my log file when a wicket page loads. Would anyone know what causes this error? ERROR org.apache.wicket.RequestCycle - unexpected exception when handling another exception: Expected close tag for wicket:link

Re: Expected close tag for wicket:link ??

2009-03-05 Thread Edwin Ansicodd
Hello Thomas, org.apache.wicket.markup.MarkupException: Expected close tag for wicket:link [markup = file:/C:/Programme/Apache Software Foundation/geronimo-2.1.2/repository/default/test/app.war/WEB-INF/classes/com/path/app/web/pages/base/HomePage.html then the html for the page HomePage.html

Re: Expected close tag for wicket:link ??

2009-03-05 Thread Edwin Ansicodd
I've checked through the html and couldn't find anything unusual. I'm making calls to wicket links in the html: html # Customer /html {how do we add html to a post?} in the java: add(new BookmarkablePageLink(PageLink, CustomerPage.class)); The html for HomePage.html exists between

Re: Expected close tag for wicket:link ??

2009-03-05 Thread Erik van Oosten
anyone know what causes this error? ERROR org.apache.wicket.RequestCycle - unexpected exception when handling another exception: Expected close tag for wicket:link -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

Expected close tag for wicket:link ??

2009-03-04 Thread Edwin Ansicodd
I find this error in my log file when a wicket page loads. Would anyone know what causes this error? ERROR org.apache.wicket.RequestCycle - unexpected exception when handling another exception: Expected close tag for wicket:link -- View this message in context: http://www.nabble.com/Expected

Re: Expected close tag for wicket:link ??

2009-03-04 Thread Thomas Mäder
when handling another exception: Expected close tag for wicket:link -- View this message in context: http://www.nabble.com/Expected-close-tag-for-%3Cwicket%3Alink%3Etp22335083p22335083.html Sent from the Wicket - User mailing list archive at Nabble.com