[Zope] value problem in textarea and input
Andreas Jung
lists at zopyx.com
Wed Oct 3 12:05:17 EDT 2007
--On 3. Oktober 2007 16:57:20 +0100 kamal hamzat <hamzat at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20071003/6e45d505/attachment.bin
More information about the Zope
mailing list