Hi 

Can anyone please give a better solution to make a
conformation massage box for deleting action? I tried
something as following, but it only runs on the sever,
not on the client. Thanks for any help.
 

       final JFrame frame = new JFrame("Dialog");
           final CustomDialog customDialog = new
CustomDialog(frame, poForm, mapping, request,
response, this); 
       customDialog.pack();
       frame.pack();
       frame.setVisible(true);       
       frame.setState(Frame.NORMAL);


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to