Re: Sjg:grid refresh of parent window from modal window

2015-09-07 Thread Johannes Geppert
jabi : > 1. I have a web page which is having a > > 2. From this webpage I open a modal window which has a link to update the > parent window grid information. > > 3. Once the modal window is done with it's work and closes. how to trigger > the refresh the parent window

RE: sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
I got this working. Thanks. > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: RE: sjg:grid in modal window not getting displayed atall > Date: Fri, 4 Sep 2015 10:25:32 -0400 > > Adding one more action configuration to this of struts.xml > > > Fro

RE: sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
Adding one more action configuration to this of struts.xml > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: sjg:grid in modal window not getting displayed atall > Date: Fri, 4 Sep 2015 09:53:36 -0400 > > I am trying to use sjg:grid in a modal window whic

sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
I am trying to use sjg:grid in a modal window which is opened from a tabbed panel. Have the below code. Everything seams right to me. The modal window opens and displays other stuff but the grid is not getting displayed atall. The getJSON() in the action class is never getting called. I

Sjg:grid refresh of parent window from modal window

2015-09-03 Thread fea jabi
1. I have a web page which is having a 2. From this webpage I open a modal window which has a link to update the parent window grid information. 3. Once the modal window is done with it's work and closes. how to trigger the refresh the parent window grid ? Need help with this please.

Re: [S2] Modal Window - any hint?

2006-12-12 Thread Musachy Barroso
Dojo has dialogs. Yahoo's javascript library, YUI, has popup containers and dialogs also. regards musachy Dariusz Wojtas wrote: My Struts2 app contains a form with multiple tabs (tabbedPanel). Some of my input fields represent foreign keys and I'd like to have a functionality of pressing a but

[S2] Modal Window - any hint?

2006-12-12 Thread Dariusz Wojtas
My Struts2 app contains a form with multiple tabs (tabbedPanel). Some of my input fields represent foreign keys and I'd like to have a functionality of pressing a button that opens a dialog (possibly a modal dialog/window), loads some data into it (tabular, possibly multipage with displaytag), sel

Re: Modal window

2006-01-19 Thread Aldo Vadillo Batista
There's another problem related to the modal window: it not permits submitting there. You have to create an artifact to make this (put a frame inside the modal window and put the original page to display inside the frame). 2006/1/18, Frank W. Zammetti <[EMAIL PROTECTED]>: > FYI,

Re: Modal window

2006-01-18 Thread Frank W. Zammetti
FYI, there are some important details about this, should you decide to use it... * This is different than using window.open() in that the child window has no relationship to the parent, i.e., you can't script from one to the other in either direction. The only exception is that you can do window.

Re: Modal window

2006-01-18 Thread Frank W. Zammetti
Hi Rafael, You can do this via scripting, but it is unfortunately AFAIK an IE-only trick... window.showModalDialog("http://www.google.com","","dialogWidth:500px;dialogHeight:500px";); -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzam

Modal window

2006-01-18 Thread Rafael Taboada
Hi folks. I have my app where a jsp calls another jsp.. "mother" jsp calls a "son" jsp where the user can modify some settings.. I need the user can't use "mother" jsp till "son" jsp is closed... Something like modal and nomodal window.. Could u know kow I can do that?.. any code? Thanks in adva

RE: Submitting modal window

2005-01-04 Thread Ashutosh Satyam
function should be called on submission of this pop up page. - Ashutosh -Original Message- From: Joshi, Amar [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 3:04 PM To: user@struts.apache.org Subject: Submitting modal window Hi, I want to submit a modal dialog window (Popup

Submitting modal window

2005-01-04 Thread Joshi, Amar
Hi, I want to submit a modal dialog window (Popup window) from a struts application which should result in closing the popup. Currently when I submit the popup, It shows the success/failure screen. Can anybody let me know how to redirect the control to the parent window on submit of the popup windo