how to get value from partial

Or is it possible that i get all the textfield values from params[:cart] and the value of the combo box with params[:camp][:id] and squeeze them together and pass to Cart.new(squeezed_object) thanks..

Could it be that your select for "camp" isn't part of the form?

View source for your page in the browser to make sure that your select is indeed part of the form, and that data should come back to you.

Ar Chron wrote:

Could it be that your select for "camp" isn't part of the form?

View source for your page in the browser to make sure that your select is indeed part of the form, and that data should come back to you.

Ya, I couldn't find it in the view source. I loaded that partial with updated values and then viewed the source but still its showing the code for the previous combo box only..