[Seaside] ajax tables

Milan Mimica milan.mimica at gmail.com
Sun Feb 13 12:17:29 UTC 2011


Milan Mimica wrote:
>     html table attributeAt: 'border' put: 1; with: [
>         html tableRow with: [ html tableHeading with: 'title' ].
>         (html div) id: renderId; with: [
>             self renderTableContentOn: html refresh: renderId.
>             ]
>         ]

Never mind. I didn't know you can't have a <div> between <table> and <tr>.

Couldn't seaside validate what I write and point out such obvious errors? :x


-- 
Milan Mimica
http://sparklet.sf.net


More information about the seaside mailing list