>>>>> "Jesse" == Jesse Sheidlower <[EMAIL PROTECTED]> writes:
Jesse> Yet continues not to work "in the field": The following TT code:
Jesse> <tr><td class="label">Title</td> [% book_ref.title = 'The "Good" War' %]
Jesse> <td>[% CGI.textfield({name => "title", size => 60, value => book_ref.title})
%]</td>
Jesse> </tr>
Jesse> generates the following HTML when processed in a CGI script with $tt->process,
etc.:
Jesse> <tr><td class="label">Title</td>
Jesse> <td><input type="text" name="title" value="The "Good War size="60" /></td>
Jesse> </tr>
It's possible that CGI "autoescape" flag has been cleared by some
part of the handler. See what the value of $self->{escape} is, in both
instances. $self->autoEscape() returns the previous value, so you
can test that, and set it back.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates