passing value through render :action

Try:

render :action => ‘new’, :locals => { :parameter => @form.pass_this_value }

Jason