On Mon, 2006-01-02 at 19:10 +0100, Carsten Stiller wrote: > Dennis Byrne wrote: > > Which components don't produce valid HTML ? > > Some examples (just out of my mind - not sure if it's complete): > > <h:form />: The hidden <input />-Tag has to be inside a block-element (a > <div /> or whatever) > > <h:selectManyListbox />: Attribute is rendered as 'multiple="true"' > instead of 'multiple="multiple"' > > <t:panelNavigation2 />: When layout="list" is selected and nested menus > are used, non-active parts of the menu-trees include empty <ul />-tags. > (At least one <li /> is required). > > > That's what I can remember right now ... I'll have a closer look at my > source tomorrow, maybe I missed something.
Please create a JIRA issue and attach any information you have on this. I'm sure everyone would like MyFaces components to generate valid HTML, and that any incorrect output generated is just accidental. It would be even nicer if someone could think of an automated way to check this (part of the unit tests)... Cheers, Simon

