Ajax with widgets
Hi, I want to perform some actions when the value of a widget changes, and I don't know how. For example: I want to hide/show other widgets depending on the value of a "SelectOneDirectory" widget. I know how to do this with JSF, using <f:ajax /> and ...