for is not an attribute for form IIRC. you probably want something simpler (and maybe even simpler still)
<form:project update="start_position_seconds"> <field-list: fields="start_frame" /> </form> You don't need a second context change with the field-list (you're within the form tag so the changed context is already there). <editor:project.start_frame /> is an inplace editor in case that's all you really need/want. -- 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.
