how to display a message dialogue box after registration using struts2?
just as in the case of any registration , after registration to display a message dialogue box with the message “Registration was success full!!!”
can anyone tell me how to do this using struts2?
I haven’t used it before personally, but the Struts2-jQuery plugin’s dialog tag looks like a ready-made solution for what you want.
The plugin is popular, very actively maintained, and well-documented.