I confirmed that this does work: <view:project.start_frame/>
That does display the contents as expected, of this.project.start_frame. But I cannot get the form working with the expected context. In spite of (or because of) my ignorance, I think it's an issue with DRYML. Ankur On Feb 5, 9:32 am, Ankur <[email protected]> wrote: > I am trying to use the Hobo forms, I checked this > questionhttp://cookbook.hobocentral.net/questions/56-mixed-parameter-tags-and... > > and also earlier Kevin kindly explained: > a:owner, says, use the <a> tag, change the context to whatever returns > from > the owner method called on the current context. > > So I am trying to change the context of a form to a parent, which is > called 'project' > > I have tried: > > <form:project update="start_position_seconds"> > <field-list: fields="start_frame" /> > > </form:project> > Because the explanation said the :project would run the project on the > current context. > This doesn't output anything. > > Also: > <form for="Project" with="&this.project" > update="start_position_seconds"> > <field-list: fields="start_frame" /> > > </form> > > and: > <form for="&this.project" with="&this.project" > update="start_position_seconds"> > <field-list: fields="start_frame" /> > > </form> > > <form for="&project" update="start_position_seconds"> > <field-list: with="&this.project" > fields="start_frame" /> > > </form> > > Anyway it's driving me nuts, sometimes I get an error that because the > field-list is in the wrong context but otherwise the form just doesn't > show. -- 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.
