Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[RoR] Objekt geht beim Partial-Rendern verloren?

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe einen Dialog, der per Ajax-Request mit Daten befüllt werden soll. Dazu wird ein remote_function call abgesetzt, eine ID mitgegeben und das Objekt erzeugt. Bis hierhin ist alles entspannt.

Am Ende meiner Action sage ich

render :partial => 'editCustomer', :object => @customer
und erwarte, dass ich damit in der View (bzw. dem korrespondierendem Partial) weiter arbeiten kann. Code aus der View:

<% form_for :customer, @customer, :url => { :controller => "customers", :action => "editCustomer", :remote=> true } do |f| %>


	<%= f.label :name %><br />

	<% if @customer != nil %>

		<%= f.text_field :name %>

	<% else %>

		Objekt ist Nil

	<% end %>

<% end %>

Die View enthält natürlich noch viel mehr, aber von Interesse ist nur das Stück. Dort steht nun "Objekt ist Nil" auf meiner Seite und ich weiß nicht, wo mein Objekt abgeblieben ist.

Weiß jemand weiter? Ich verzweifel hier gleich.


render :partial => 'editCustomer', :customer => @customer


<% form_for :customer, customer, :url => { :controller => "customers", :action => "editCustomer", :remote=> true } do |f| %>


	<%= f.label :name %><br />

	<% if @customer != nil %>

		<%= f.text_field :name %>

	<% else %>

		Objekt ist Nil

	<% end %>

<% end %>

  • Autor

Hallo,

danke für deine Antwort.

Mit deiner Variante gibt es aber ein Fehler:

undefined local variable or method `customer' for #<ActionView::Base:0x7f46405db2f8>


<% form_for :customer, [COLOR="Red"]customer[/COLOR], :url => { :controller => "customers", :action => "editCustomer", :remote=> true } do |f| %>


	<%= f.label :name %><br />

	<% if @customer != nil %>

		<%= f.text_field :name %>

	<% else %>

		Objekt ist Nil

	<% end %>

<% end %>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.