each <h:form> generated an <input> with same id="javax.faces.ViewState" 
------------------------------------------------------------------------

                 Key: MYFACES-1700
                 URL: https://issues.apache.org/jira/browse/MYFACES-1700
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.5
         Environment: I am using Tomcat 5.5. inside of JBoss 4.0.2.
            Reporter: Marcus Beyer


On pages with more than one <h:form>, each one generates an element which has 
always the same id, which is invalid HTML. 

Looks like this:

...</script><input type="hidden" name="javax.faces.ViewState" 
id="javax.faces.ViewState" value="..." /></form>

I tried to put it inside <f:subview> as a workaround, but that did not work 
either (the ids did not change).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to