CONNER, BRENDAN (SBCSI) wrote:
I'm talking about stuff like: <ul> <li><h:outputText value="#{somebean.item1}"/> <li><h:outputText value="#{somebean.item2}"/> </ul>We use <t:dataList> to display lists.
But that *requires* that the list contents come from a bean property. There's no support for literally including the list in the page.
I agree that if 100% of HTML controls had JSF equivalents then this out-of-order problem would not be an issue. But that's not the case, unfortunately.
Regards, Simon

