2009/6/24 malkifel <[email protected]>: > >> could you be creating invalid html (eg a form nested in another form >> or something like that) by inserting yourpartialin the precise >> location that you are ? >> >> Fred > > no, It's a plain table , each row is an object. > And I try to replace the fields of the object with little remote_form > with structure like the object row(the numbers of the columns, etc.)
Does your div encompass a row or a number of cells in a table? In either case this is unfortunately not valid html. A div can encompass a whole table or sit inside one cell but the div must not just encompasses part of the table. Some browsers accept it but some do not. Colin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

