Hi,

I stumbled over that one:

If one extends a form like

--- snip ---
<extend tag="form" for ="Fragment">
 <old-form merge>
  <error-messages param/>
  <input:body/>
  <div style="float:left;">
     <input:lat/><br/>
     <input:long/><br/>
     <input:closest_matching_address/><br/>
   </div>
  <div style="float:right;">
  <div id="mapCanvas"></div>
  </div>
  <div param="actions">
      <submit label="Save" param/><or-cancel param="cancel"/>
    </div>
 </old-form>
</extend>
--- snap ---

The labels/helper comments are missing. Rapid Rails 3 with Hobo, page
198 recommends adding the labels like this

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

but this kills the i18n & helper approach. Is there a tag that can be
used to pull the right label/helper comment from the i18n structure?

Best regards

Matthias

-- 
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