Displaying 1 result from an estimated 1 matches for "order_message".
Did you mean:
oper_message
2006 Jul 24
2
BIG JS limit? Using replace_html with partials containing JS
..."order_lines_part">
<p>Please finalise the order information first...</p>
</div>
--------------------------------------------
And...
order_edit.rhtml
-------------------------------------------
<h2>Order id: <%=@order.id %></h2>
<div id="order_message"><%=@order_message%></div>
<%= form_remote_tag :update=>''order_part'',
:url=> { :id=>@order.id, :action => ''order_update''}
%>
<%= render :partial=>''order_form'' %> </p>...