[Bese-devel] checkboxes
Vladimir Sekissov
svg at surnet.ru
Wed Dec 28 15:34:03 UTC 2005
a_bakic> Thanks, but I believe I have this part of the machinery (in the same or similar
a_bakic> form). The problem is that the method does not get called at all when the user
a_bakic> unchecks a checkbox, because the client does not send that parameter back to
a_bakic> the server. (Am I missing somethig?)
By default client set only client-value slot directly so no methods
are triggering.
Try (read-client-value element) to get the desired value.
read-client-value chain:
- for element:
client-value -> filter-client-value -> coerce-client-value => value
(input-filter)
- for form:
client-value => ((slot-name . (read-client-value (slot-value form slot-name)))*)
Best Regards,
Vladimir Sekissov
More information about the bese-devel
mailing list