Displaying 1 result from an estimated 1 matches for "merchant_id".
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
...t;,
:loaded => "Element.hide(''setupslist_progress'')",
:update => ''setupslist_display'',
:complete => evaluate_remote_response %>
<%= select "website", "id", Website.find(:all,
:conditions => ["merchant_id = ? AND sitetype = ''PPC''", @session
[:user].merchant_id]).collect {|p| [p.domain, p.id]} %>
<%= image_submit_tag "http://images.bluechips.com/DomainWorks/Submits/
submit.gif" %>
<%= end_form_tag %>
I am using this as the form_remote_tag tag for a s...