Hi everybody:
In my backing beans I'm trying to use some swing for popup messages...something like this:
The problem is sometimes that messages appear behind the browser window where the user doesn't see them. Usually they appear in font of the browser.
Since it's my first time using
JSF (better to say first time using
Java on the server side) I was wondering what is the correct way of using these kind of popup messages...or maybe if it's possible to use them in a server application? What is the choice instead of swing?... To be honest I've never seen swing in a server side application (Except
applets)?
What would you recommend to a newbie?
Thanks a lot for your help.