search for: traveler_form

Displaying 3 results from an estimated 3 matches for "traveler_form".

2007 Jul 20
4
the value in text_field helper
I have been working on this small, minute, part on my project and it all hinges on setting the value in a text_field helper. Saying: <%= text_field ''user'', ''company'', :value => @login %> does not do it. When I go and look at the raw html, there is no value there and "value" is an attribute of the input tag, im pretty sure. I really like
2007 Oct 01
3
stringify_keys!
...== params[:new_passvfy] begin @user.update_attributes(@user.setpass = params[:new_pass]) rescue Exception => e flash[:notice] = e redirect_to :action => ''change_pass'' else redirect_to :action => ''traveler_form'' and return end else flash[:notice] = "<b style =\"color:red\">New password fields don''t match</b>" redirect_to :action => ''change_pass'' end else flash[:no...
2007 Sep 20
0
text_field_with_auto_complete and safari
I have created a project and have used text_field_with_auto_complete and was messing around with and discovered that the field does work well in safari - I can''t get the field to auto complete. If someone want to take a look: http://npower.polkmajestic.com/enroll/traveler_form Look for the field for "closest Home Airport." In IE and FireFox if works by pressing tab or enter, but in Safari neither of those keys strokes work and in Opera the popup list is scewed to the left. Is there anyway to fix this, or is it something that I have to live with? Thanks, -Shan...