0
Handle multiple request.
Is it possible to handle multiple controller using single button. If yes how? Otherwise any other idea or can we create separate button for separate controller.
2 Answers
+ 1
Please explain, what is this "controller" your talking about?
0
In my spring application there are 3 choice like employee details, department details and one more they are decided in 3 diffrent sub part like insert, update and delete. So I have make 9 controller and 9 button in single html page. Every time I select choice one and hide other two.
And I am stuck how to hide or show. It is possible only one form and work with 9 different controller.