I have an application that includes two <table-plus/>, each of which provides in place editing. The second <table-plus/> is loaded via an ajax push-state link. The problem occurs when editing the first row of the second <table-plus/>. The edit is sent to the database correctly but the ajax response actually updates the editors on the first <table-plus/>. Inspecting the code confirms that the divs are using the same ID sequence so colliding and the first instance is selected. The app is running at: http://173.212.223.148:3000/.
I assume this problem is occurring because I am loading the second table via an ajaxified link to the show page, which I then show on the index page. I take it this isn't the right way to go about it? What would be the hobo convention for this sort of thing. Basically I want a way to click on a row in my first table and have it load up a child table via ajax. Then I want to be able to edit both tables. Any suggestions? -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
