javax.faces.STATE_SAVING_METHOD produces invalid XHTML
Hi to all,
it seems that setting the value javax.faces.STATE_SAVING_METHOD in the web.xml causes invalid XHTML code.
I checked the produced code using the validator of w3.org.
All of the errors are caused by the input field which should save the state. Here are the errors:
ID"jsf_tree_64" already defined.
ID"jsf_state_64" already defined.
ID"jsf_viewid" already defined.
These 3 errors are repeated very often. What's wrong here?
Please help. Thanks
Manuel

