JSF XHTML Violation
-------------------

         Key: MYFACES-1161
         URL: http://issues.apache.org/jira/browse/MYFACES-1161
     Project: MyFaces Core
        Type: Improvement
    Versions: 1.1.1, 1.1.2-SNAPSHOT, 1.1.2, 1.1.3-SNAPSHOT    
 Environment: Operating Systems: All
Platform: Java 1.5
    Reporter: Sjoerd van Leent
     Fix For: 1.1.3-SNAPSHOT


Within the JSF specs it is needed to put an input field within the form when a 
client wants to send the form, and the saving method is client. Also, MyFaces 
adds a field called _link_kidden_ directly within the form tag. This is, by the 
definition of XHTML invalid. It needs to be in a container element, such as 
div, span, fieldset, table->tr->td or another container.\

I am trying to make an XHTML valid application, but this way it is not going to 
happen. Is it possible to solve this? It seems weird to me that a JSF file 
written in XML form generates non-valid XHTML, because of this. It is the same 
problem with the Sun libraries, so I go for it that it has to do something with 
the JSR.

Perhaps making a tomahawk form element would do it?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to