I would think it's a routing issue. is your route defined above or below the hobo routes? IIRC routing grabs the first match which if it's the standard /:controller/:id/:action, it'd cause your issue.
On May 10, 12:09 am, blueHandTalking <[email protected]> wrote: > Matt, > > Thanks for the input. > > I did have the part named, so not sure why you got that > message. > > The Firebug tip was a real help, though. I must have inadvertently > turned off persist sometime recently---was wondering why I > was not getting info under the console! > > I ended up doing a traditional form_remote_tag, and putting > my partial in clientsearch.js.erb. That works fine. > > I think I am going to put up another post on how I accomplished > what I was trying to do. Then see if anyone can give me some tips > on how to do it in the Hobo fashion. This was the first time I had > tried > to use a form that was not model based, and it just plain did not work > after I tried every possible Hobo style way of making it work. > > I think it was a combination of a generic form not based on a model, > and trying to make it behave in an AJAX fashion that defeated me. > > This seems like something that should be a lot easier to accomplish. > I would be interested in hearing how other people have solved this. > > My search form is still not completely functional, as I have to work > out > some problems with Thinking Sphinx yet, but my test is working. > > Cheers, > > Jet > > On May 9, 8:00 am, Matt Jones <[email protected]> wrote: > > > Using Firebug with 'persist' switched on (which hangs onto errors past > > page reloads), I get the message 'update of dom-id which is not a > > part: searchresults'. Did you try adding 'part="searchresults"' to > > that div? > > > --Matt Jones > > > On May 8, 2010, at 4:10 PM, blueHandTalking wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" 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 > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
