search for: main_cont

Displaying 3 results from an estimated 3 matches for "main_cont".

2006 Jul 20
1
Ajax and observe_field not updating specified DIV
...controller uses a template called main so i have a main.rhtml which has multiple partials in it for various sections of the page - all with their own divs. Then I have @content_for_layout in it as well. This is where my index.rhtml is initially rendered - it looks like this: <div id="main_content"> <%= start_form_tag(:action => "add") %> <div id="junk"> <h1>my calendar</h1> <%= select(:month, :id, [[''January'',1],[''February'',2],[''March'',3],...
2006 Mar 31
5
RoR 1.1 RJS problem
...configuring your <%= $PROJECT_NAME %> system. Click the Begin button to start the process. </div> <!-- main_description --> <%= form_remote_tag(:url => { :action => "show_conf_admin" }, :update => "main") %> <div id="main_content"> -no content- </div> <!-- main_content --> <div id="main_options"> Press Begin to start. <div id="main_buttons"> <%= submit_tag("Begin!") %>...
2008 Jul 01
4
Errno::EIO - Input/output error
...h. can anybody help in this plaese? any help will be greatly appreciated... i''ve pasted full trace below. -Dhaval TRACE:- Errno::EIO in Reporter#index Showing app/views/reporter/index.rhtml where line #4 raised: Input/output error Extracted source (around line #4): 1: <div id="main_content"> 2: 3: <div id="stat_selector"> 4: <% form_remote_tag( :url => {:controller => ''reporter'', :action => ''add_stat''}, :html => {:id => ''add_stat_form''}) do |f| %> 5: <%=select_tag("st...