Embperl doc states:

 If you do not specify a default value for an input tag and a value
 for that input tag is available in %fdat, Embperl will automatically
 insert this value and send it to the browser.

I find that this is not the case when the input tags are not inserted
verbatim into the embperl file. Using the shortcuts in CGI to generate
form fields for instance, and printing them to the OUT filehandle, as
in
 print OUT $q->textfield('name')
does not seem to restore the field values upon reentry of the
page. The same problem appears when I use something like
 [+ $q->textfield('name') +]

It looks as if this is not parsed by embperl the same way straight
HTML is. Is this a limitation of embperl, or am I missing something ?

I'm using apache 1.3.9, mod_perl 1.21, and embperl 1.2b11

-- 
Vegard Vesterheim               : Phone: +47 73593002
Runit AS                        : Fax:   +47 73591700
N-7034 Trondheim, NORWAY        : Email: [EMAIL PROTECTED]

Reply via email to