New tree generates excessive warnings about component id
--------------------------------------------------------

         Key: MYFACES-119
         URL: http://issues.apache.org/jira/browse/MYFACES-119
     Project: MyFaces
        Type: Improvement
    Versions: Nightly Build    
    Reporter: sean schofield


Tim Pyle has reported that the new tree is generating excessive debug messages. 
 I investigated and determined that the messages were coming from UIComponent 
base and were being generated because I was programatically creating a few JSF 
components and not explicitly assigning them an id.  Even though you can filter 
out these debug messages through proper log4j configuration, I think it is best 
to follow the recommended practice of generating a unique id using: 
context.getViewRoot().createUniqueId().  I will have the fix shortly.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to