| Author |
How to display message box in struts?
|
Happy S Singh
Ranch Hand
Joined: Nov 14, 2011
Posts: 47
|
|
I am using below code to display dialog box
But I guess JOptionPane wont work in struts. So how to display dialog box in struts?
|
 |
Faisal Fuad
Ranch Hand
Joined: Jul 05, 2011
Posts: 76
|
|
How can you use "JOptionPane" in Struts? You better try to use jQuery or JavaScript for that. Look at the following examples:
a) http://www.queness.com/post/1696/create-a-beautiful-looking-custom-dialog-box-with-jquery-and-css3
b) http://jqueryui.com/demos/dialog/
Sample (Source: http://docs.jquery.com/UI/Dialog):
50 Tutorials & Examples for jQuery or JavaScript Dialog Boxes: http://www.techflaps.com/2012/02/jquery-or-javascript-dialog-boxes/
Best of Luck
|
 |
 |
|
|
subject: How to display message box in struts?
|
|
|