Resolved but one minor detail- Re: [Rails] Re: Weird error n

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

On 11/3/06, Dark A. [email protected] wrote:

‘canskill-form’ }, :candidate_id => @candidate_id do |form| %>
Then the controller action:
new Insertion.Bottom(“canskills”, "\n<div id="new-canskill">\n <td td align="LEFT">Internet
Insertion.Bottom("canskills", "\n<div id=\“new-canskill\”>\n <td td align=\“LEFT\”>
Reading more perhaps this is not an error as much as it’s showing me


Dark ambient - Wikipedia

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