Skip to main content
1-Visitor
December 17, 2015
Question

Is it possible registering multiple UI Validators for an UI component like action?

  • December 17, 2015
  • 1 reply
  • 1693 views

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.

1 reply

20-Turquoise
December 17, 2015

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>

16-Pearl
January 15, 2016

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