Jruby-form


<%= text_field 'gift','name' %><%= check_box 'gift', 'name' %><%= hidden_field 'gift', 'category' ,:value=>"aiueo" %><%= password_field 'gift', 'price' ,:value=>"123" %><%= radio_button 'gift', 'price' ,"val1" %><%= radio_button 'gift', 'price' ,"val2" %><%= radio_button 'gift', 'name' ,"val3" %><%= radio_button 'gift', 'name' ,"val4" %><%= text_area 'gift', 'name' %><%= text_area 'gift', 'name',:cols=>20,:rows=>10 %>