yes, i posted like that because I thought it may be a known issue or
caveat.
<show-page>
<field-list: fields="uploaded_file_name,conversion_status" /
>
<append-body:>
<form:project update="start_position_seconds">
<field-list fields="start_frame" />
<input type="text" value="abcd" />
</form:project>
<%= @this.project.class %>
<% form_for (@this.project, :remote => true) do |f| %>
Start_frame: <%= f.text_field :start_frame %><br />
<%= f.submit :submit %>
<% end %>
<update-button id="start_position" label="Start Position"
update="update-fields"/>
<update-button id="stop_position" label="Stop Position" update="update-
fields"/>
</append-body:>
</show-page>
So neither of the forms render, but the update-button's do render. I
outputed <%= @this.project.class %> just to make sure it was working
and that part renders fine.
On Feb 5, 10:31 am, Domizio Demichelis <[email protected]> wrote:
> You should post the complete dryml, so anybody can check it.
> ciao
> dd
>
>
>
>
>
>
>
> On Sat, Feb 5, 2011 at 11:24 AM, Ankur <[email protected]> wrote:
> > When I create a separate ERB I can render this ERB:
>
> > <% form_for (@this.project, :remote => true) do |f| %>
> > Start_frame: <%= f.text_field :start_frame %><br />
> > <%= f.submit :submit %>
> > <% end %>
>
> > But when putting inside DRYML, it doesn't render. First thing is the
> > DRYML doesn't take the new Rails 3 <%= instead of <% for the form_for.
>
> > After changing that, the form still doesn't show up at all.
>
> > --
> > 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]<hobousers%2Bunsubscribe@googlegroups
> > .com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/hobousers?hl=en.
--
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.