by md9 » Sun Dec 30, 2007 1:40 am
[quote="shannah"]"Dynamic" can have quite a few different meanings. Can you elaborate on what you are trying to achieve?[/quote]
Thanks shannah for your quick reply. I have two existing tables:
system (id, name)
parts(id, systemid, name)
each part belongs to some system. I am trying to populate these values in third table where some part development activities are to be filled up. There are roughly 20 system and roughly 300 parts. In my third form, user should first select the system, which is being populated as selectlist from system table(from part table too I can do it). Now I want the second selectlist which currently holds all parts, only to show partlist related to user specified/selected system in first select list.
I know this dynamic updation is not possible directly, and javascript or action route has to be used. As a newbie I am struggling to get that done.
Thank you.