struts2 - How to display struts action message in a popup? -
i new struts 2. want display action message popup in asp. have user creation form redirects page. after user created want display popup saying "user username added successfully", username property set in action class form. please me.
you can put username in session before returning , access username session inside popup.
Comments
Post a Comment