[
https://issues.apache.org/jira/browse/MYFACES-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806231#action_12806231
]
Leonardo Uribe commented on MYFACES-2516:
-----------------------------------------
In theory it is expected f:metadata could contains f:viewParam and f:event
tags. UIViewParameter extends from UIInput, so it also f:viewParam could
contains converter and validator tags. f:metadata is a facet with multiple
components, so in theory inside UIViewRoot.METADATA_FACET_NAME there should be
only one UIPanel (optional) and one or many UIViewParameter instances.
With the latest code (using ComponentSupport.getViewRoot), use f:event inside
f:metadata should work without problem.
> Allow any child for f:event in the case of a PreRenderViewEvent
> ---------------------------------------------------------------
>
> Key: MYFACES-2516
> URL: https://issues.apache.org/jira/browse/MYFACES-2516
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Reporter: Bernd Bohmann
> Assignee: Leonardo Uribe
> Attachments: MYFACES-2516.patch
>
>
> f:event currently only supports the UIViewRoot as a child for the
> PreRenderViewEvent
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.