Displaying 3 results from an estimated 3 matches for "current_stage".
Did you mean:
current_stack
2006 Apr 26
5
Best way to split forms into steps?
I have a form with about 30+ fields, which the client is wanting to
separate into 3 pages/steps - just wondering what is the best way to go
about this, specifically remembering data entered, from one page to
another, and making sure the various bits of data are validated
correclty, error messages outputted etc etc...
is there a best practice method for doing this?
--
Posted via
2006 Aug 05
1
form_for and partials
I''m getting an error in the partial when i try
<% form_for :name do |form| %>
<%= render_partial "#{@current_stage}" %>
<% end %>
So I assume that form_for does not have scope in the partial?
If that is the case what are my solutions...
Do I have to stick a <% form_for in every partial, or do i just change all
my inputs back to text_field instead of form.text_field, and just use a...
2006 Jan 04
3
Intermittent problem with link_to_remote()
...troller and
returns any child categories. I''m finding that the page works ok but
after a number of clicks (average 5 or so), it crashes with an error:
==============================================
Processing Base#index (for 127.0.0.1 at 2006-01-04 15:26:28) [POST]
Parameters: {"current_stage"=>"stage_1", "category_id"=>"1"}
ArgumentError (undefined class/module Listing):
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session/active_record_store.rb:84:in
`load''
F:/ruby/lib/ruby/gems/1.8/gems/actionpack-1...