Displaying 1 result from an estimated 1 matches for "my_status".
Did you mean:
mc_status
2006 Feb 12
1
[newbie] Question about form_remote_tag
Howdy,
I have a form that is defined with "form_remote_tag(:update =>
"my_status", :url => { :action => :responder, :id => @event.id } )",
that uses a model with call to validates_presence_of.
The problem is, I can''t seem to figure out how to update the screen
after an @object.save fails, because of values missing (i.e.
validates_presence_of).
T...