This is correct behavior for rendering HTML (as opposed to XHTML).
Unlike T4, T5 knows the difference. HTML is a SGML language where
open tags are not necessarly balanced with close tags.
What's coming is the ability for Tapestry to render XML/XHTML
correctly and choose the correct strategy (HTML vs. XML/XHTML)
automatically.
On 3/22/07, Erik Johansson <[EMAIL PROTECTED]> wrote:
Hi,
when using the Select component with an Enum the options within the select tag wont
render the </option> tag.
Example:
The enum
public enum TestEnum {
ONE,TWO,THREE;
}
will render the select
<select id="selected" name="selected">
<option value="ONE">One
<option value="TWO">Two
<option selected="selected" value="THREE">Three
</select>
Is this a known bug? (I'm not familiar with JIRA so I dont know how to post
this or if it has been noticed)
regards
-Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind
Professional Tapestry training, mentoring, support
and project work. http://howardlewisship.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]