Displaying 1 result from an estimated 1 matches for "customer_create".
2006 Apr 25
0
How to manage one to many within application.
...%> <br>
.....
<!--[eoform:customer]-->
#customer_new
<% @page_title = "New Customer"%>
<center><%= link_to ''Back'', :action => ''customer_list'' %></center>
<br>
<%= start_form_tag :action => ''customer_create'' %>
<%= render :partial => ''customer_form'' %>
<div id="mydiv">
</div>
<%= link_to_remote ("Add Address",
:complete => "new
Effect.Highlight(''mydiv&...