I desperately need to find out which entries in a Palette's two Choices components are selected, e.g. to allow additional operations on them using Ajax.
As I attached an OnChangeAjaxBehaviour to both of them I expect to be able to access this information just as after a form submit, but of course, the component must support this which it currently does not seem to do. I also subclassed Choices to add some of my own custom stuff, so I could as well set a default model and implement things like updateModel() and convertInput(), but having done so I find myself unable to find out how to set the right stuff in my code, the request parameters do not seem to contain anything usable. Could anybody give me a hint on what I need to do to support tracking the selected entries while still maintaining the Palette component's original functionality? Cheers, M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= i'll beleave this seams to be som curios behaviour. (from a bug tracker) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
