Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Is it possible to register multiple UI validators for an UI component like action, form field etc.?
We have some UI validators intended for specific purposes.
Pradeep Kumar Penugonda wrote:
Is it possible to register multiple UI validators for an UI component like action, form field etc.?
We have some UI validators intended for specific purposes.
Not sure if this is what you are referring to however you can include more than one filter for the action definition in custom-actions.xml:
<action name="MyActionXXX">
...
<includeFilter name="Filter1"/>
<includeFilter name="Filter2"/>
<includeFilter name="Filter3"/>
.
.
.
</action>
Hi Pradeep,
Do you think filters work for your use-case. If not, may be you can provide more details about your use-case.
Regards,
Bhushan