Hallo..

Ein Formular ist so aufgebaut:

<% form_for :client, :url => {:action => :suche} do |f| %>
f.dies
f.das

<%= submit_tag "Suche" %>

<% content_for :rechts do %>
f.jenes

<%end%>
<%end%>

Leider aber schließt das form tag schon vor dem content_rechts..obwohl das end 
erst nach dem content_rechts schließt

<input name="commit" type="submit" value="Suche" /> 

</form>
<div id="inhalte-rechts">
Gibt es eine Möglichkeit content_rechts einzuschließen??
Gruß

Werner Laude
newsgr...@wernerlaude.de



_______________________________________________
rubyonrails-ug mailing list
rubyonrails-ug@headflash.com
http://mailman.headflash.com/listinfo/rubyonrails-ug

Antwort per Email an