Displaying 1 result from an estimated 1 matches for "claimantname".
2007 Sep 20
2
Rendering a partial from within that partial
..., :object => @person
%></ul>
_names.rhml (lists the names of ''Person''. Clicking on a name reveals a
form to edit that name)
<% for name in @person.current_names %>
<%= link_to_function (name.full_name, :onclick =>
"Element.show(''edit_name_#{claimantname.id}'')" %><br>
<div id="edit_name_<%= claimantname.id %>" style="display:none;">
<%= form_remote_tag(:url => {:action => ''update_name'', :id => name}
)%>
<%= text_field ''name'', ''...