How to print result from java controller class in dialog box or pop up window JSP page ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to print result from java controller class in dialog box or pop up window JSP page ?

I have a jsp page that takes AppName as input. The app name is selected by user through drop down. The controller clas then validates AppName, whether it exists or not. If yes, It returns its admin name and email. I want to print admin name and email in a dialog box/pop up window. How to print result from java controller class in dialog box or pop up window JSP page ? if you can answer me, please answer it at the earliest?

31st Mar 2020, 10:47 AM
aritri raha
aritri raha - avatar
1 Answer
0
You can use HTML alert to pass the values
25th Apr 2021, 5:30 PM
Pamidisetti Manikanta
Pamidisetti Manikanta - avatar