28 Apr
2004
28 Apr
'04
4:27 p.m.
Laura McCord wrote:
Could someone tell me what this means and what is the resolution.
Compilation failed TAL.TALDefs.TALError: empty HTML tags cannot use tal:content: 'input', at line 7, column 1
The error message is pretty clear. You used thomething like: <input tal:content="whatever" /> With tal:content you can modify the content between the start and end tag. <b tal:content="string:hello world">dummy content</b> will render: <b>hello world</b> But <input></input> is no valid XHTML ... Andreas Heckel http://www.easyleading.org