RE: Hierarchical Lists

2004-03-18 Thread Freddy Villalba Arias
. -Mensaje original- De: Scherger, Derek [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 17 de marzo de 2004 23:16 Para: 'Struts Users Mailing List' Asunto: RE: Hierarchical Lists You might use something like select id=parent-list.../select select id=child-1 style=display:none;.../select select id

RE: Hierarchical Lists

2004-03-18 Thread Brendan Richards
-exchange.com/Web/Web_Languages/JavaScript/Q_20888121. html -Original Message- From: Freddy Villalba Arias [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 08:25 To: Struts Users Mailing List Subject: RE: Hierarchical Lists I'm envolved in a Project that will be basically lots of this stuff

RE: Hierarchical Lists

2004-03-18 Thread McCormack, Chris
I agree. This behaviour looks very suited to a dhtml/js solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 19:54 To: [EMAIL PROTECTED] Subject: RE: Hierarchical Lists Short of a reload, I believe only a JavaScript/DHTML function can

Hierarchical Lists

2004-03-17 Thread Randy Dillon
Say I have 2 (or more) lists that are part of a hierarchy, such that the first list is a category (say Food Groups) and the second list contains children of each of the first list's items (for this example, let's say Food Types). How do I get the second list to be filtered based on the

RE: Hierarchical Lists

2004-03-17 Thread Shahak.Nagiel
Short of a reload, I believe only a JavaScript/DHTML function can provide this behavior. -Original Message- From: Randy Dillon [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 2:48 PM To: Struts Users Mailing List Subject: Hierarchical Lists Say I have 2 (or more) lists

Re: Hierarchical Lists

2004-03-17 Thread Hubert Rabago
Try this: http://www.oreillynet.com/pub/a/javascript/2002/02/08/iframe.html --- Randy Dillon [EMAIL PROTECTED] wrote: Say I have 2 (or more) lists that are part of a hierarchy, such that the first list is a category (say Food Groups) and the second list contains children of each of the first

RE: Hierarchical Lists

2004-03-17 Thread Scherger, Derek
is pertty trivial though. Cheers, Derek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 12:54 PM To: [EMAIL PROTECTED] Subject: RE: Hierarchical Lists Short of a reload, I believe only a JavaScript/DHTML function can provide

RE: Hierarchical Lists

2004-03-17 Thread Randy Dillon
: Wednesday, March 17, 2004 3:32 PM :- To: 'Struts Users Mailing List' :- Subject: RE: Hierarchical Lists :- :- :- I've though of (but not done) the possibility of using css :- to hide and show :- different versions of the second select list rather than :- adding/removing :- elements

RE: Hierarchical Lists

2004-03-17 Thread Scherger, Derek
-Original Message- From: Randy Dillon [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 2:46 PM To: Struts Users Mailing List Subject: RE: Hierarchical Lists Derek, That's an interesting concept. My CSS skills are pretty basic though. How could you use CSS to do it? Would it work

RE: Hierarchical Lists

2004-03-17 Thread Hubert Rabago
exactly this. Let mw know how it works out. Cheers, Derek -Original Message- From: Randy Dillon [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 2:46 PM To: Struts Users Mailing List Subject: RE: Hierarchical Lists Derek, That's an interesting concept. My CSS