How do you add new attributes to a component that doesn't define those attributes without creating your own.
I want to do something like this
<h:commandButton actionListener="#{manager.saveNew}" value="#{i18n['School.create']}" secured="true" />
or at least, a way to allow the developer to assign the secure attribute.
any ideas?