I can't seem to pre-set a value in the text area.

eg

${h.textarea('myTextArea', value='preset text', cols="60", rows="10")}

I need it so that I can maintain form state between postbacks.
eg
${h.textarea('idealValues', value=c.myTextArea, cols="60", rows="10")}

It works on single line text elements
eg.
${h.text('myText', value=c.myText, size="60")}

Any help appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to