Resolved but one minor detail- Re: [Rails] Re: Weird error now - RJS not working

Even though I’ve set this up to update the table it is putting the data outside of the table.

<%= canskill.skill %> <%= canskill.skill_level.name%> <%=canskill.skill_experience_year.name %> <%= canskill.skill_last_use.name %>

I do have it set for bottom, and I’ve put the div tags in a number of places.

Stuart

I tried to update part of a table with AJAX but no luck. What I did was create a new table inside of a single cell(possibly using rowspan/colspan), and update the whole inner table. It's ugly, and I had to add a single-row table for each update. If anyone knows a better way, I'd like to hear it. AFAIK you cannot create a div inside a table that contains table rows, but I may be wrong here. Jason

Dark Ambient wrote: