wicket core contains several unit tests with <input /> and these tests look ok to me. It can not only be that. Did you try and change it to <input >..</input> to see if it works? I guess it is related to <wicket:head>. Try and add a <head> to your page if you haven't or wait until the weekend. And a unit test based on your markup would be very helpful of course as well.
Juergen On 4/6/06, Nathan Hamblen <[EMAIL PROTECTED]> wrote: > As I'm moving over source from 1.1 I'm seeing a lot of sensitivity to > <input> tags that aren't XHTML, i.e. lacking a closing slash. Could that > be the problem here? > > If the behavior is intentional, I'll add it to the guide. Anyone? > > Nathan > > Dzenan Ridjanovic wrote: > > Hi, > > > > I have two errors that come from the Wicket beta3 jar files: > > > > Tag '</html>' (line 11, column 1) does not have a matching open tag > > [markup = > > jar:file:/D:/software/tomcat/webapps/domain10/WEB-INF/lib/wicket-1.2-beta3.jar!/wicket/markup/html/navigation/paging/PagingNavigator.html, > > index = 34, current = [Raw markup]] > > > > and > > > > Tag '</html>' (line 40, column 1) does not have a matching open tag > > [markup = > > jar:file:/D:/software/tomcat/webapps/domain10/WEB-INF/lib/wicket-1.2-beta3.jar!/wicket/markup/html/debug/PageView.html, > > index = 36, current = [Raw markup]] > > > > Dzenan > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
