You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Kočí (JIRA)" <de...@myfaces.apache.org> on 2011/01/20 13:52:46 UTC

[jira] Created: (MYFACES-3019) Output a warning if VisitContext.getIdsToVisit() contains id(s) of nonexistent component

Output a warning if VisitContext.getIdsToVisit() contains id(s) of nonexistent component
----------------------------------------------------------------------------------------

                 Key: MYFACES-3019
                 URL: https://issues.apache.org/jira/browse/MYFACES-3019
             Project: MyFaces Core
          Issue Type: Improvement
          Components: General
    Affects Versions: 2.0.4-SNAPSHOT
         Environment: myfaces code 2.0.4 trunk rev. 1061168
            Reporter: Martin Kočí
            Priority: Minor


If VisitContext.getIdsToVisit() contains "nonexistentId"  of component, myfaces say nothing. It would be useful output a warning (in development stage). I noticed this problem with MYFACES-3018, because of that request contains javax.faces.partial.execute =  "nonexistentId" and execution silently fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.