This is defiantly a bug with <after- /><append- /> etc tags and <%= %> code. 
 The code in the <%= %> is replacing the original tag code instead of being 
placed in the appropriate spot along with the original code.  My work around 
is below.  Basically I totally replace the <actions:> tag of the form since 
I can't append code to a tag without loosing the original tag code and since 
the actions tag is smaller its less code to duplicate in my tag.

    <actions:>
      <%= hidden_field_tag(:form_x) %><%= hidden_field_tag(:form_y) %>
      <submit label="#{ht 'building.actions.save', :default=>['Save']}" 
/><or-cancel to="&this.floor.spaces" />
    </actions:>

Bob

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/pZR6Kdb6cE0J.
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