Do not  render name attributes for components to reduce response size for mobile
--------------------------------------------------------------------------------

                 Key: TRINIDAD-1507
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1507
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions:  1.2.12-core
         Environment: all
            Reporter: Dave


To reduce http response size, all components' name attributes should be removed 
since they are the same as id attributes. In our app, since many levels of 
subview and table/iterators, id/name can be very long, over 100 characters.
 
Removing name attributes can reduce response size by 20%.

This is important for mobile devices. 
A flag allows user to optionally render name attributes.

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