Sorry Fred,
I'm dense this morning - I figured it out:
<td align="left" valign="middle">
Advanced Search
<%= check_box "search", "info" %>
<%= observe_field(:search_info,
:on=>'click',
:frequency=>0.25,
:update => :submit_div,
:with => :search_info,
:url => { :action => :search_form }) %>
<div id="submit_div">
</div>
</td>
I forgot that I was going with an older model where I'd verify a submit.
I didn't need the first form at all. I forgot to remove that..
Thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---