ask, I use JOptionPane where at confirmation I need input (value), for swing there is no problem but when using webui it can't run perfectly is there any solution I can get
String m_Message = JOptionPane.showInputDialog(null," please enter the value ..!! "," ");
thank's
Omer