Is there a way I can create a composite component that can receive an <f:ajax>
tag from outside?
I'm creating an editableText input composite component and I want to show to end user the option to append an <f:ajax>
tag inside the input tag of my component. Is there a way to make it using composite component? EditableValueHolder don't support <f:ajax>
.