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
EMAIL PROTECTED] Sent: 12 May 2004 13:46 To: Struts Users Mailing List Subject: Design Issue/Question I have an application where a user is adding items for a customer. The form where the user will be on will have a list of products to choose from, and can add a product for the customer by clicking o

RE: Design Issue/Question

2004-05-12 Thread wojingo
the dynapi(a cross platform dhtml library) is good for this type of thing. http://dynapi.sourceforge.net/dynapi/ cheers, - shaun > > > Daniel. > > -Original Message- > From: Brad Balmer [mailto:[EMAIL PROTECTED] > Sent: 12 May 2004 13:46 > To: Struts Users Ma

RE: Design Issue/Question

2004-05-12 Thread Daniel Perry
iling List Subject: Design Issue/Question I have an application where a user is adding items for a customer. The form where the user will be on will have a list of products to choose from, and can add a product for the customer by clicking on the checkbox. The issue I am having is that I need to hav

Design Issue/Question

2004-05-12 Thread Brad Balmer
I have an application where a user is adding items for a customer. The form where the user will be on will have a list of products to choose from, and can add a product for the customer by clicking on the checkbox. The issue I am having is that I need to have the application do an insert into