Web DbColumn & DbLookup

hi…i have a problem and i really hope anyone out there could help me out.

i have a form with two fields, type dialog list.

the 1st is populated using @DbColumn + ‘refresh fields on keyword change’

the 2nd using @DbLookup based on the value from the 1st + ‘refresh fields on keyword change’ + ‘refresh choices on document refresh’.

it works fine on the client but not on the web cause the value i picked usually disappears or resets to the first value.

does anyone has a way to solve this.

thanks in advance…

Subject: Web DbColumn & DbLookup

In such cases I usually put the values of the second dialog list in hidden fields. Then you can use the event onChange on the first dilaog list and JavaScript to set the values of the second dialog list.

Subject: RE: Web DbColumn & DbLookup

Can you please list a working example with two fields?