|
From: Sicco P. <si...@gm...> - 2007-11-07 15:36:29
|
Hi, I'm feeling as a stupid newbie to WOnder as I'm trying to user WOnder's AjaxSlider-Component in my WO-project. Examining the examples in the AjaxEpample project I cannot find out how to bind the value set by the slider to my component. Binding it to a member of the surrounding component seems to be one-way: The value is set by the component and shown correctly in the browser, but changed values aren't sent back. The only way up to now seems to be a hiddenField where the slider writes the value to by an onChange(...)-bound function, but I would like to avoid things like submit-Buttons and have the value committed to the component by releasing the mouse button. Please open my eyes! sip |