Hi,

How to configure myfaces to make output in not xhtml but only in html forman?

For example I don't want to see:
<input type="text" name="_id0:_id1" value="Value" />

But I want to see:
<input type="text" name="_id0:_id1" value="Value" >

Reply via email to