开发者

outside f:ajax for composite component

开发者 https://www.devze.com 2023-04-07 09:51 出处:网络
Is there a way I can create a composite component that can receive an <f:ajax> tag from outside?

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 com开发者_如何学Pythonponent. 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:

<c:clientBehavior name="blur" default="true" event="blur" targets="input" />

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消