I'm using hobo 1.3.0.RC2.

I'm following along in the book "Rapid Rails 3 with Hobo" and working 
through the section "New and Edit Pages with the Form Tag".

I used the code:

<extend tag="form" for ="Recipe">

<old-form merge>

<error-messages param/>

<p><b>Title</b></p>

<p><input:title/><p/><br/><br/>

<div param="actions">

<submit label="Save" param/><or-cancel param="cancel"/>

</div>

</old-form>

</extend>


in application.dryml, but the submit label does not say "Save".  It only 
reads "Create Recipe".  Can someone tell me what I am doing wrong?

Thanks,

Tyler 

-- 
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/-/FvxGVH90nI0J.
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