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>.
I’ve solved the problem a week ago. I didn’t posted the answer here cause I was full of work and I forgot it. 🙂
Just need use this tag:
accordingly with this IBM page, this tag isn’t documented, probably is the reason to be so difficult to find it.
Thanks for your attention.