Hi,

is there an Issue, to make an DTD strict valid xhtml output with MyFaces2.

1.) There are two hidden input fields in every form (xxxx_SUBMIT and javax.faces.ViewState) which are not inside a block element like a div. Is it possible, to embed those fields inside a div? 2.) Form elements are rendered with attribut "name". But "name" is deprecated by DTD strict. Could the name attribut of form be removed? 3.) The Id of hidden input field javax.faces.ViewState is duplicated when using multiple forms. MyFaces provides a context parameter to disalbe rendering of id. But e.g. Primefaces does a find element by id in Primfaces Ajax lib and so the ajax call is broken. Is there a way to resolve this problem?

Thx for help!

Regards Marcus


Reply via email to