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.
Carsten