[thelist] Multiple htmlareas on the same page

Jay Blanchard jay.blanchard at niicommunications.com
Fri May 27 11:06:59 CDT 2005


[snip]
    I've got a HTMLQuickForm-generated form with multiple textareas. For

a couple of those textareas I'm using HTMLarea by 
"HTMLArea.replace('textarea_id')". However, the values of the HTMLarea's

don't get POST-ed correctly. After POST, I can see only the value of the

last textarea to have been replaced by a HTMLarea. The "normal" form 
components perform as expected.
    Any clues?
[/snip]

Does each of the textareas have a different name? 
<textarea name="foo">
<textarea name="bar">


More information about the thelist mailing list