Displaying 1 result from an estimated 1 matches for "genres2".
Did you mean:
genres
2006 Mar 05
2
AJAX call chain and DRY questions
...oller. How do I output the
array that I have gathered?
My view page looks like this:
<%= javascript_include_tag "prototype" %>
<%
@genre
%>
<%= start_form_tag :action => ''index'' %>
<div id="genre_id_box">
<%=select(:genre, :id, @genres2)%>
</div>
<%= end_form_tag %>
<%= observe_field("genre[id]",
:frequency => 0.25,
:update => "identities_box",
:url => { :action => :view_genre },
:with => "''genre_id=''+value") %>
<h1>Identiteter&...