cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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 registering multiple UI Validators for an UI component like action?

ppenugonda
1-Visitor

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

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.

2 REPLIES 2

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

Announcements


Top Tags