3 Oct
2007
3 Oct
'07
3:57 p.m.
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