search for: form_step1

Displaying 1 result from an estimated 1 matches for "form_step1".

Did you mean: form_step2
2006 Jan 11
1
fiile_column persistent across different forms
is there a way to keep the file_column field in the form persistent across diffferent view templates ? In my controller (same controller for both views) i do @post = Post.new in the view i do form_step1.rhtml --------------------- <%= file_column_field "post", "image" %> <% if @post["image"] %> <%= image_tag url_for_file_column("post", "image") %> <% end %> form_step2.rhtml ---------------- <% if @post["image&...