Remote ComboBox on a Grid
Hi,
I have the requirements of having a combo in a grid. This combo must be remote, since its values may change depending on another value of the Bean Model.
For example, lets say that grid lists school subjects, and in a combo we must select a teacher for each subject. But combo musn't display every teacher, only those who can give that subject.
So I need a remote combo for an entity (Teacher), but each row will have different values for same combo (they depend on SubjectID column).
Any suggestions?
¡Thanks a lot!