On Tue, 25 Nov 2008, [EMAIL PROTECTED] wrote:
> Few users will notice a space in an empty TEXTAREA. Either selecting
> the field selects the space so it is overwritten or the space remains
> at the end of their input. Most applications should trim the input to
> remove extra spaces from the application or user.
That's not my point. "Users" in this context are the editors. The problem ist
that you _must not_ create an empty textarea if you want to be able to use
or even only edit it.
I agree that it doesn't matter for the final form.
> No, the default HTMLSerializer does not produce HTML acceptable by
> most browsers. Your current problem and many other frustrations occur
> because the HTMLSerializer collapses empty elements.
Interestingly, this is not what I see, when I use
<map:serialize type="html"/>
in sitemap.xmap (in lenya 2.02).
Instead, I get this HTML code:
<TABLE>
<TR>
<TD valign="top">Thema:</TD>
<TD>
<TEXTAREA cols="60" name="thema" rows="3"></TEXTAREA>
</TD>
</TR>
<TR>
<TD>Zeitbedarf:<BR> (inkl. Diskussion)</TD>
<TD valign="top"> <INPUT name="zeit" type="text"> min.</TD>
</TR>
<TR>
<TD>Benötigt werden:</TD>
<TD>
<INPUT name="equipment" type="text">
</TD>
</TR>
<TR>
<TD colspan="2">(z. B. Beamer, Notebook mit Acrobat Reader,
Tafel)</TD>
</TR>
</TABLE>
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]