Hi Guys,
I recently migrated my project to
jsf 1.2 from jsf 1.1.
everything seems to be fine except the <h:form> tag.
i m getting a tag ~com.sun.faces.saveStateFieldMarker~ on every page having <h:form> tag.
If my page has N number of other JSF components, they are getting rendered absolutely fine.
but the page containing the form tag is having this problem.
not sure what could be the reason?
your help will be appreciated.