Displaying 1 result from an estimated 1 matches for "itemaname".
Did you mean:
item_name
2005 Aug 15
2
Newbie rendering problem
...uot;items",:submitTag=>"update"})
end
_form.rhtml would look like this
<%= form_remote_tag(:update=>updateID,:position=>:bottom,:url=>{:action
=> actionName})%>
<%= text_field_tag(''itemName'',item.name) %>
<%= text_field_tag(''itemAName'',item.anotherName) %>
<%=hidden_field(''item'',:id)%>
<%= submit_tag (submitTag+" item") %>
<%= end_form_tag %>
I have two problems
1) when i click on edit, the form partial is not rendered completely.
both the second text field and the subm...