I've been using Form.Element.EventObserver to observe a number of various fields on a form. It generally works well except for on a home-made calendar control. When a date in the calendar is clicked, the full date is stored in a hidden field. The EventObserver doesn't work for hidden fields it seems and neither does Event.observe. Is there a way of observing this value without explicitly calling something every time the value is set?
Eifion --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
