Hey Juergen, I totally agree with you that Wicket should 'force' you to write xhtml compliant code. Maybe that will teach those lazy html-designers... ;) Niels, in my opinion you you should maybe consider changing your code to be xhtml compliant. Not only is it soooo much more readable, it is also _much_ easier to parse - for browsers and any other interpreter: I am currently working on a project where people have been writing complex and nothing-compliant html code like I have never seen before. Now over 15% of the whole request time goes into _rendering the page in the browser_! It is ridiculous...
Che > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Niels Bo > Sent: Thursday, October 12, 2006 3:54 PM > To: [email protected] > Subject: Re: [Wicket-user] HtmlHandler 1.2.2 - missing tags > that does notrequire a close tag > > I was reading the <COL> definition from here: > http://www.w3.org/TR/html4/struct/tables.html#edef-COL > where it says end tag "forbidden". > Therefore removed it from the markup - and got problemes. > XHTML I didn't think about. > > Niels > > 2006/10/12, Juergen Donnerstag <[EMAIL PROTECTED]>: > > Forbidden end tags? Isn't it more like "the end tag is > standard for > all tags" and allowing some very few tags to omit the > end tag is just > because of designer laziness? Besides, but that is me, > I'd suggest > everyone trying to be XHTML compliant (and XHTML > requires the close > tags). > > Juergen > > On 10/12/06, Niels Bo < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > wrote: > > Hi > > > > Please add the <COL> tag to the > "doesNotRequireCloseTag" list in > > HtmlHandler. > > > > Also the <PARAM> and <AREA> tags are missing and > probably some others. > > A method to add such tags would be nice and better > than having to use > > forbidden end tags > > as a workaround. > > > > Niels > > > -------------------------------------------------------------- > ----------- > > Using Tomcat but need to do more? Need to support web > services, security? > > Get stuff done quickly with pre-integrated technology > to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057& > dat=121642 > > > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > <https://lists.sourceforge.net/lists/listinfo/wicket-user> > > > > > > > > > -------------------------------------------------------------- > ----------- > Using Tomcat but need to do more? Need to support web > services, security? > Get stuff done quickly with pre-integrated technology > to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057& > dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057 > &dat=121642> > _______________________________________________ > Wicket-user mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
