[
https://issues.apache.org/jira/browse/MYFACES-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864027#action_12864027
]
Leonardo Uribe commented on MYFACES-2676:
-----------------------------------------
There was a change on revision 941020 that is a wild hack. Wrap an EL
expression on UIInput is not really necessary. It is better to wrap on facelets
side, that means on org.apache.myfaces.view.facelets.el.TagValueExpression. We
have done that before with good results, so I don't see why in this case
shouldn't work too.
It is a good practice do not add myfaces specific code on myfaces-api, to keep
compatibility with ri, so please try to change the code.
> Include the whole component tree with all real values in the debug page
> -----------------------------------------------------------------------
>
> Key: MYFACES-2676
> URL: https://issues.apache.org/jira/browse/MYFACES-2676
> Project: MyFaces Core
> Issue Type: New Feature
> Components: JSR-314
> Affects Versions: 2.0.0
> Reporter: Jakob Korherr
> Assignee: Jakob Korherr
>
> now that we have the tree-visiting in place, we can do both:
> - first write out the component-tree master, with only expressions in place
> (see MYFACES-2667)
> - second we write out the tree how it is really evaluated by the components,
> with the real component values
> the more debugging information, the better!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.