Displaying 1 result from an estimated 1 matches for "modify_year_view".
2006 Jul 20
1
Ajax and observe_field not updating specified DIV
...> ''modify_month_view''} %>
<%= observe_field ''year_id'',
:update => ''main_content'',
:url => { :controller => ''calendar'', :action
=> ''modify_year_view''} %>
</div>
<div id="embed_calendar">
<%= render(:partial => "shared/calendar") %>
</div>
<%= end_form_tag %>
</div>
So when the rjs attempts to write the _calendar partial to the
embed_cal...