Update a field in custom dialog according to another field

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 06:18 AM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 07:41 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2010 03:14 AM
Thank you very much. It looks VERY complicated. I will try to understand it.
