[Zope] value problem in textarea and input

kamal hamzat hamzat at dnetsystems.net
Wed Oct 3 11:57:20 EDT 2007


Dear All,

I am having problem when using <input> and <textarea> 

<input type="text" name="summary" size="40" value="#"
            tal:attributes="value here/summary|nothing" />



when i submitted the form and loaded it back the summary shown in the input tag, may be because "value" is part of input attributes.

 <textarea name="summary" size="40" tal:attributes="value here/summary|nothing">
    </textarea>

But when I use the textarea tag as above, submitted the form and loaded it back the summary was not showing.

Thanks.
Kamal

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20071003/9b230938/attachment.htm


More information about the Zope mailing list