Leonardo Uribe created MYFACES-3757: ---------------------------------------
Summary: Implement passthrough attributes using p:<attributeName> Key: MYFACES-3757 URL: https://issues.apache.org/jira/browse/MYFACES-3757 Project: MyFaces Core Issue Type: Task Components: JSR-344 Reporter: Leonardo Uribe Assignee: Leonardo Uribe Implement passing of passthrough attribute with this notation for facelets: <h:panelGrid p:attr1="value1"/> This part is tricky, because passthrough attributes are different from normal attributes. The trick is make the diference in MetaRuleset implementation. In this way passthrough attributes are not handled as normal attributes. The idea is use the same api as for normal attributes but mark the rules that deals with passthrough attributes with an interface called PassthroughRule. Then we add the special rule in ComponentTagHandlerDelegate and that's it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira