search for: fotoinfo

Displaying 2 results from an estimated 2 matches for "fotoinfo".

Did you mean: foldinfo
2006 Jul 21
0
Ajax page.replace_html model validation errors
...gt;Nombre</label><br/> <%= text_field ''fotografoinfo'', ''nombre'' %></p> <%= submit_tag "Register" %> <%= end_form_tag %> the ''create'' action in the controller looks like this: def create @fotoinfo = Fotografoinfo.new(params[:fotografoinfo]) if @fotoinfo.save flash[:notice] = ''Fotoinfo was successfully created.'' redirect_to :action => ''list'' else render :action => ''fixer'' end end Then I have a...
2006 Jul 24
0
Ajax page.replace_html model validation render partial errors
...;Nombre</label><br/> <%= text_field ''fotografoinfo'', ''nombre'' %></p> <%= submit_tag "Register" %> <%= end_form_tag %> the ''create'' action in the controller looks like this: def create @fotoinfo = Fotografoinfo.new(params[:fotografoinfo]) if @fotoinfo.save flash[:notice] = ''Fotoinfo was successfully created.'' redirect_to :action => ''list'' else render :action => ''fixer'' end end Then I...