I am trying to use the Hobo forms, I checked this question
http://cookbook.hobocentral.net/questions/56-mixed-parameter-tags-and-non-parameter

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.

Reply via email to