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?
1 Answer
0
You can use HTML alert to pass the values