Cache renderer type from getRenderer in UIXComponentBase
--------------------------------------------------------

                 Key: TRINIDAD-1700
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1700
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions:  1.2.12-core
            Reporter: Stevan Malesevic


UIXComponentBase has a cached renderer. Howevere, renderer is put in cache 
during encodeBegin or __rendererDecode which is quite late. Number of calls to 
getClientId will happen before and will need to get renderer whcih is 
expensive. We should cache renerer when getrenderer is invoked

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