Simple Dialog Box and JSP
843833Jul 4 2001 — edited Jul 4 2001Hi Folks
I have created a Dialog Box that will take input from the user which will then be used in my JSP page. I load the Dialog with the <jsp:useBean> tag, and whenever I call the Dialog's show() method, the dialog pops up on one of my desktops in my UNIX environment, not to the browser. I have looked at some of the API for a method to redirect the output, but I have yet to find anything. Does anybody know if there is a way around this? Or is it just not possible to use a Dialog with JSP? :)
Thanks
Aaron