3 Oct
2007
3 Oct
'07
4:05 p.m.
--On 3. Oktober 2007 16:57:20 +0100 kamal hamzat <hamzat@dnetsystems.net> wrote:
<textarea name="summary" size="40" tal:attributes="value here/summary|nothing"> </textarea>
Please read the basic HTML documentation about HTML forms. <textarea> does not store the content as attribute but as content within the <textarea>...</textarea>. That's why you have to use tal:content -aj