Re: dynamically change the dropdown list from a database...

2004-09-02 Thread dhay
s Users Mailing List <[EMAIL PROTECTED]> | | cc: | | Subject: Re: dynamically change the

Asunto: dynamically change the dropdown list from a database...

2004-09-02 Thread Guillermo Meyer
artnerName from partners HTH. Cheers. Guillermo. >-- Mensaje original -- >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >From: "Shilpa Nalgonda" <[EMAIL PROTECTED]> >To:"Struts Users Mailing List" <[EM

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread Erik Weber
I was thinking the benefit would be a quicker, smoother refresh since only one small piece of the page would be reloaded. Is that not correct? I don't know that much about frames. Erik Bill Siggelkow wrote: What is the benefit of the hidden frame? I guess that you can submit an entire form ...

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread dhay
| | To: [EMAIL PROTECTED] | | cc: | | Subject: Re: dynamica

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread Bill Siggelkow
What is the benefit of the hidden frame? I guess that you can submit an entire form ... however, most of the time I only need to drop an ID as a request parameter. I dynamically populate select lists like this: Use an onchange or onclick JavaScript listener to call a JavaScript function that s

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread dhay
| | cc: | | Subject: Re: d

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread Erik Weber
| | cc: | | Subject: Re: dynamically change the dropdown list from a database... | >---

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread dhay
Subject: Re: dynamically change the dropdown list from a database... | >| There are 2 ways to go about this: 1) use an o

Re: dynamically change the dropdown list from a database...

2004-09-02 Thread Yves Sy
There are 2 ways to go about this: 1) use an onchange() handler in your select-A that submits the new value and retrieves the corresponding values for select-B everytime there's a change; 2) pre-load all possibilities and use javascript to change the values of select-B that depends on A. This opt

RE: dynamically change the dropdown list from a database...

2004-09-02 Thread Jim Barrows
> -Original Message- > From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 9:21 AM > To: Struts Users Mailing List > Subject: dynamically change the dropdown list from a database... > > > I am having problem dynamically display t

dynamically change the dropdown list from a database...

2004-09-02 Thread Shilpa Nalgonda
I am having problem dynamically display the dropdown list from database. There are two dropdown list boxes A and B, when the user changes options in dropdown A, the dropdown B should also change dynamically from databse. Both A and B use html select tag. Dropdown A and B are inside the shipReprt