Re: Accessing zone form elements

2012-03-21 Thread Taha Hafeez Siddiqi
Hi You can override the id generated for select by using parameter "clientId". So in your inner select you can use clientId='item' regards Taha On Mar 22, 2012, at 2:05 AM, Markus Grell wrote: > Greetings! > > I have a page that has the following structure: > > ... > > > > > > > The i

Accessing zone form elements

2012-03-21 Thread Markus Grell
Greetings! I have a page that has the following structure: ... The idea: The select list "item" is updated based on the choosen value of select list "manufactuer". Content for "item" is pulled from a database. That works fine but now I need to add some javascript that operates on the "i