thanks to the help of a previous thread, I was able to accomplish a
decent user interface feature for a has many to has many relationship
via a select many field. this was accomplished with something like

<repeat with="&@foo">
  <form with="&this.bar.build">
    <field-list fields="baz"/>
    <submit label="add"/>
  </form>
</repeat>

my problem is I don't really want a select-many drop down bar. What
makes more sense for this application is a series of checkboxes for
all the bazs.

what's a good way to get this to render and function this way? Is
there an easy way to tell hobo to render checkboxes for all the bazs
instead of a select-many drop menu?

-- 
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