This is in the lifecycle create step.  Text typed in textareas, and
times picked from from my custom time tag are not there after a
validation failure.  By that I mean you submit the form without
entering one of the required fields (validates_presence_of), the form
reloads showing the error text, and the textareas are blank and the
times are back to 00:00.

My time tag definition looks like this:
 <def tag="input" merge_attrs for="time">
<%= select_time(this.try.to_time , options = { :minute_step =>
15, :prefix => param_name_for_this}) %>
</def>

Any ideas as to what would cause this behavior?

Rails 3, Hobo 1.30, Ruby 1.9.2

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