Re: Issues using Frame within a Dialog Box in GWT 1.4

2008-11-13 Thread acc
Hi Vikas, It looks like you are calling setWidget() twice. The second time you call this method, the close button is added to the DialogBox, replacing the frame. If you wish to have both widgets in the DialogBox, add both widgets to a panel, and add this panel to the DialogBox. -alex On Nov 1

Issues using Frame within a Dialog Box in GWT 1.4

2008-11-10 Thread Vikas
Hi, I'm using GWT 1.4. I wanted to call a JSP within a Dialog Box. For this, I was setting the URL to a Frame and usign the setWidget method to call this frame within a Dialog Box. My dialog box contains a frame and a button. The button gets displayed properly, however the frame doesn't. The code