cancel
Showing results for 
Search instead for 
Did you mean: 

Update a field in custom dialog according to another field

hagitok1
Champ in-the-making
Champ in-the-making
Hello,

I have written a custom dialog with few fields, some of the fields are choice lists (selectItems).
I would like to update one of the lists according to a value that was choosed by the user in another field.

Can anyone tell me how do I do that ?

Thanks,

Hagit
2 REPLIES 2

gyro_gearless
Champ in-the-making
Champ in-the-making
Maybe this is helpful for you: http://blogs.alfresco.com/wp/jbarmash/2008/08/18/implementing-cascading-dropdowns-for-editing-proper...

However, i found JSF much too clumsy for doing that kind of dynamic pages, i'd prefer using a little of jQuery magic for that 🙂

Cheers
Gyro

hagitok1
Champ in-the-making
Champ in-the-making
Thank you very much. It looks VERY complicated. I will try to understand it.