Hi, I am trying to use the Hobo's Ajax Form. But, it is not working. I am on hobo 1.0.1
I have the following: <form with="&MyObjectList.new" update="update_result" action="update_func"> <select> <option value="1">One</option> <option value="2">Two</option> </select> <submit_tag label="save"/> </form> <div part="update_result" id="update_result">some temporary stuff</ div> I can see it through debugging that it does reach "update_func" and a response is sent back. But, the div never gets updated. As I am not familiar with the inner working of the <form> tag in Hobo, I don't know how to fix it. Can someone please help me? I have already spend 2 days trying this. So, far I can get link_to_remote to do ajax update. But, the hobo form ajax feature is not working. Any input will be highly appreciated. Thanks, -Ray -- 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.
