[
https://issues.apache.org/jira/browse/MYFACES-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887758#action_12887758
]
Jakob Korherr commented on MYFACES-2814:
----------------------------------------
Working on this issue I found out that the hidden property can not be added for
composite:actionSource, composite:editableValueHolder and
composite:valueHolder, because those tags do not create a
java.beans.FeatureDescriptor, but a javax.faces.view.AttachedObjectTarget and
this one does not include a hidden property. Thus this clearly is a spec issue.
However I will implement the feature on composite:attribute, composite:facet
and composite:interface.
> Implement "hidden" attribute for composite tags (spec rev A)
> ------------------------------------------------------------
>
> Key: MYFACES-2814
> URL: https://issues.apache.org/jira/browse/MYFACES-2814
> Project: MyFaces Core
> Issue Type: Improvement
> Components: JSR-314
> Affects Versions: 2.0.0
> Reporter: Jakob Korherr
> Assignee: Jakob Korherr
>
> Spec rev A added a hidden attribute to some composite tags in the VDL docs.
> The attribute refers to the "hidden" property of java.beans.FeatureDescriptor.
> The affected tags are:
> composite:actionSource
> composite:attribute
> composite:editableValueHolder
> composite:facet
> composite:interface
> composite:valueHolder
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.