I'm migrating a Hobo 1.0 app to Hobo 1.3.0.RC2/Rails 3.0. I've
installed the hobo-jquery for Rails 3 via my gemfile. I have the
following in my application.dryml:

<include gem="hobo-jquery" />

Later in application.dryml I have this code move over from my Hobo 1.0
application:

<extend tag="form" for="BudgetItem">
  <old-form merge>
    <field-list:>
      <due-date-view:>
        <hjq-datepicker dateFormat="yy-mm-dd" merge />
      </due-date-view:>
    </field-list:>
  </old-form>
</extend>

The due date view is still a text entry box, but when you click on it
hjq-datepicker comes up and you can select a date and it puts it out
as text to the due date field. Then I can hit save, and all appears to
work properly.

However, when I click on the budget item to show it, or when I try to
edit it, for due date I get the following text:

 "(Not Available)"

I'm sure I'm just missing something that changed between the older
hobo-jquery and the version for Rails 3 ... can someone help me out ?

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