Hi all! Thanks for all the work put into Hobo.
I'm using Hobo 1.0.3, rails 2.3.8 and ruby 1.9.2
I'm trying to define a form for "Order" which has_many "Tasks", but if I do
the following:
<def form for="Order">
<form merge param="default">
<error-messages param/>
<div>
Order_field1: <input:orderField1/>
Tasks: <input-many:tasks><div>Task_field1:
<input:taskField1/></div></input-many:tasks>
</div>
</form>
</def>
..."add-item" button for tasks shows up but it doesn't do anything. For what
I've found, it seems that its id is not being set properly (it's only
"_add", instead of "order_task_-1_add" as in the default hobo form). I've
searched everywhere, but I haven't found anything related to this issue.
(I've already updated hobo and hobo_rapid.js and .css)
TIA
--
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.