f:viewParam in templates
------------------------

                 Key: MYFACES-3143
                 URL: https://issues.apache.org/jira/browse/MYFACES-3143
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.5
            Reporter: Gerhard Petracek


if f:metadata and f:viewParam are in a template instead of a template-client, 
it gets parsed incorrectly. so there is no TagUnit instance for it and no 
UIPanel for f:metadata.
-> ViewMetadata#createMetadataView doesn't work correctly (in 
ViewMetadata#getViewParameters the call root.getFacet 
(UIViewRoot.METADATA_FACET_NAME) returns a UIViewParameter directly instead of 
a Metadata node with UIViewParameter as a child).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to