RE: Design Issue/Question

2004-05-12 Thread nils . mueller
Hi Brad, I've used the iframe solution on a project, as well. It worked for me. However, I think there are some drawbacks. You loose visual control over what's going on in the hidden iframe. I loaded .jsp into the iframe that wouldn't even compile and didn't notice, because I didn't see the com

Re: Design Issue/Question

2004-05-12 Thread Brad Balmer
D] Sent: 12 May 2004 14:49 To: 'Struts Users Mailing List' Subject: RE: Design Issue/Question We use this solutions quite a bit... in fact we have the form in a hidden iframe which the user does not see but appears for developers for debbuging purposes.. when the action completes javascrip

RE: Design Issue/Question

2004-05-12 Thread Daniel Perry
ting the user to the fact that the selection was saved (or not in case of error) this has worked extremely well for us -Original Message- From: Brad Balmer [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 8:47 AM To: Struts Users Mailing List Subject: Re: Design Issue/Question So I w

RE: Design Issue/Question

2004-05-12 Thread Nimmons, Buster
selection was saved (or not in case of error) this has worked extremely well for us -Original Message- From: Brad Balmer [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 8:47 AM To: Struts Users Mailing List Subject: Re: Design Issue/Question So I would create a frame on my page that

Re: Design Issue/Question

2004-05-12 Thread Brad Balmer
So I would create a frame on my page that has a form with the action that I need to call? Then my javascript (onclick) would just reference the new frame and call the submit on the frame? Is this correct? If so, by submitting the frame there would be no perceived effect on the page that the c

RE: Design Issue/Question

2004-05-12 Thread wojingo
Hi, On Wed, 2004-05-12 at 22:37, Daniel Perry wrote: > I've done similar things before. > Use javascript to open an action to add it to the database. This can be in > a new window, in another frame, or in a hidden iframe! I'm pretty sure you could do it using divs aswell, the dynapi(a cross plat

RE: Design Issue/Question

2004-05-12 Thread Daniel Perry
I've done similar things before. Use javascript to open an action to add it to the database. This can be in a new window, in another frame, or in a hidden iframe! Daniel. -Original Message- From: Brad Balmer [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 13:46 To: Struts Users Mailing List