Displaying 1 result from an estimated 1 matches for "tab_description_fields".
2006 Aug 29
1
Scope problem with form_remote_tag, ajax?
...d to issue.find(params[:id])
- B2. implicit call to render edit.rhtml
-- C1. Rendering edit.rhtml
-- C2. form setup with call to form_remote_tag
--- D1. call to render(:partial => ''form'')
---- E1. Rendering _form.rhtml
---- E2. ajax call using link_to_remote( :action =>
:tab_description_fields )
---- (target of ajax call is to a div within the _form.rhtml file)
------ F1. Entering issue_controller::tab_description_fields()
------ F2. call to render(:layout => false)
------ F3. implicit transfer to render of tab_description_fields.rhtml
------- G1. Entering tab_description_fie...