Very funny.  :)

Urf.  In an overridden form, how do I specify that the submit should
go to the "update" method.

<form with=&@the_object action=update>
...
</form>

...did not work for me.  I ended up having to do something like...

<form with=&@the_object action=/the_class/update/id>

But now when the error occurs, I've confused things and the error
message for the check I just added does not show up on the page.  :/
I overrode the form because I have a set of optional fields that are
handled differently from the rest of the fields... ie. you MUST
provide data, but not display the existing data in those fields...

Anyway, while I have it working, it isn't very rails/hobo-ish.  :/

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to