[ http://issues.apache.org/jira/browse/MYFACES-1228?page=all ]
     
Matthias Weßendorf closed MYFACES-1228:
---------------------------------------

    Resolution: Won't Fix

won't fix, because HtmlFormRendererBase clazz of SHARED renders already name 
and id attribut w/ same value

<snip>
        writer.writeAttribute(HTML.ID_ATTR, clientId, null);
        writer.writeAttribute(HTML.NAME_ATTR, clientId, null);
</snip>

> JSR-252 Issue #66: Specified that "FormRenderer" must render the "name" 
> attribute with the same value as the "id" attribute.
> ----------------------------------------------------------------------------------------------------------------------------
>
>          Key: MYFACES-1228
>          URL: http://issues.apache.org/jira/browse/MYFACES-1228
>      Project: MyFaces Core
>         Type: Improvement

>   Components: JSR-252
>     Reporter: Stan Silvert
>     Assignee: Matthias Weßendorf

>
>  Specified that "FormRenderer" must render the "name" attribute with the same 
> value as the "id" attribute.  Please see Section 8.5 "Standard HTML RenderKit 
> Implementation" for more details.
> Also see 
> https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=66

-- 
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