Metadata is not created for views created by a navigation
---------------------------------------------------------

                 Key: MYFACES-2992
                 URL: https://issues.apache.org/jira/browse/MYFACES-2992
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.2
            Reporter: Gerhard Petracek
            Assignee: Leonardo Uribe



if you post back to a page the first time 
DefaultFaceletsStateManagementStrategy#restoreView
line List<String> clientIdsAdded = getClientIdsAdded(view);
returns 1 entry if you added a component dynamically.
if you have further postbacks (same page), you get null

currently that breaks e.g. the new clientside-windowhandler of codi!

example for the prev. description:
https://svn.apache.org/repos/asf/myfaces/extensions/cdi/trunk/examples/jsf-examples/windowhandler_jsf20/

link: "List sample"
-> http://localhost:8080/listsample/sampleList.xhtml
-> select an entry and on the details page click 2x on the button reload.

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