cancel
Showing results for 
Search instead for 
Did you mean: 

Can we configure multiple Controller to a web script

yashk96
Champ in-the-making
Champ in-the-making

HI All,

Actually i want a new controller which should be invoke on clicking on the submit button. The requirement is when i click on the add button the user can add the data from UI  which can be save in the database byy invoking the new controller .

1 REPLY 1

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Hi,

Either you can call another webscript on success of button click or you can configure js controller and java controller with single webscript.In this case your java controller called first then js controller.