Re: How to display a warning message.

2006-08-31 Thread fausto mancini
I think you can use a javascript 'alert' funcion. Anyway, in my humble opinion, I think it's better to read the j2ee tutorial first on java.sun.com ... HTH On Thu, 31 Aug 2006, Pedro Del Gallego wrote: j2se is not j2ee... look at java.sun.com for more information... I know, i´m really newb

Re: How to display a warning message.

2006-08-31 Thread Pedro Del Gallego
j2se is not j2ee... look at java.sun.com for more information... I know, i´m really newbie in server side, I dont know how to display a popup dialog from an Action. probably is not a good idea ? Maybe this is not the correct mailing list for this newbie question. Someone can tell me a good newb

Re: How to display a warning message.

2006-08-31 Thread fausto mancini
() j2se is not j2ee... look at java.sun.com for more information... On Thu, 31 Aug 2006, Pedro Del Gallego wrote: hi, I try to display a message in a jsp page. Is correct to use a JOptionPane? There are other options to show a message from the Action class ? 1 The user fill a form. 2