search for: viiew

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

Did you mean: view
2007 Dec 22
3
collection_select validation problem
...ram) } format.xml { render :xml => @program, :status => :created, :location => @program } else format.html { render :action => "new" } format.xml { render :xml => @program.errors, :status => :unprocessable_entity } end end end VIIEW <%= collection_select(''program'', ''client_id'', @clients, :id, :name, { :include_blank => true } ) %> Thx for the...