Re: [Catalyst] Generate dynamic list

2007-04-09 Thread Gavin Henry
> >> I just insclude the prototype.js script directly in my html template >> whenever I need to use prototype. More info: >> >> http://www.prototypejs.org/ >> http://wiki.script.aculo.us/scriptaculous/show/Prototype >> >> Danny Warren >> >> > > Yeah, Javascript is the way to go. Here's what I do

Re: [Catalyst] Generate dynamic list

2007-04-09 Thread Gavin Henry
> I just insclude the prototype.js script directly in my html template > whenever I need to use prototype. More info: > > http://www.prototypejs.org/ > http://wiki.script.aculo.us/scriptaculous/show/Prototype > > Danny Warren > > Yeah, Javascript is the way to go. Here's what I do with Dojo: my

Re: [Catalyst] Generate dynamic list

2007-04-08 Thread Danny Warren
It would have to be done with javascript no matter what framework (unless you wanted to do it with multiple partial form-submits, which is kinda ugly and you would end up using javascript anyhow to smooth out the submits most likely). This is usually called "select chaining", and I remember se

[Catalyst] Generate dynamic list

2007-04-08 Thread Cookie
Sorry for interruption.My requirement is: I have two drop list A and B and two tables A and B in my dababase. When the page vistited,A shows the option from select name from A,this is easy to implement.Then I select a option from A,such as 1,at the same time,It will dynamic generate the B list fro