You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2011/08/18 18:56:27 UTC

[jira] [Created] (MYFACES-3284) honor cc:insertFacet "required" attribute and check other "required" attributes

honor cc:insertFacet "required" attribute and check other "required" attributes
-------------------------------------------------------------------------------

                 Key: MYFACES-3284
                 URL: https://issues.apache.org/jira/browse/MYFACES-3284
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


JSF 2.0 facelets tlddoc says this about cc:insertFacet "required" attribute:

"... If true, and there is no such facet present on the top level component, a TagException must be thrown, containing the Location, the facet name, and a localized descriptive error message. ..."

There is a check on cc:renderFacet, but cc:insertFacet and cc:facet has this attribute too, and we need to implement this description.

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

        

[jira] [Resolved] (MYFACES-3284) honor cc:insertFacet "required" attribute and check other "required" attributes

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3284.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2
                   2.0.8

> honor cc:insertFacet "required" attribute and check other "required" attributes
> -------------------------------------------------------------------------------
>
>                 Key: MYFACES-3284
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3284
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.8, 2.1.2
>
>
> JSF 2.0 facelets tlddoc says this about cc:insertFacet "required" attribute:
> "... If true, and there is no such facet present on the top level component, a TagException must be thrown, containing the Location, the facet name, and a localized descriptive error message. ..."
> There is a check on cc:renderFacet, but cc:insertFacet and cc:facet has this attribute too, and we need to implement this description.

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