Re: T5: No tag rendered when using enum

2007-05-29 Thread Martin Dietze
On Tue, May 29, 2007, Martin Dietze wrote: > On Tue, May 29, 2007, Howard Lewis Ship wrote: > > > Just hasn't been fleshed out yet; there needs to be a negotiation between > > the MarkupWriterFactory service and the page that does the rendering to > > determine the correct MarkupWriter configurat

Re: T5: No tag rendered when using enum

2007-05-29 Thread Martin Dietze
On Tue, May 29, 2007, Howard Lewis Ship wrote: > Just hasn't been fleshed out yet; there needs to be a negotiation between > the MarkupWriterFactory service and the page that does the rendering to > determine the correct MarkupWriter configuration for the result. sorry, -v, please :) Cheers, Ma

Re: T5: No tag rendered when using enum

2007-05-29 Thread Howard Lewis Ship
Just hasn't been fleshed out yet; there needs to be a negotiation between the MarkupWriterFactory service and the page that does the rendering to determine the correct MarkupWriter configuration for the result. On 5/29/07, Martin Dietze <[EMAIL PROTECTED]> wrote: Hi, > Howard Lewis Ship wrote

Re: T5: No tag rendered when using enum

2007-05-29 Thread Martin Dietze
Hi, > Howard Lewis Ship wrote on Sat, 24 Mar 2007 11:42:22 -0800 > 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 T

Re: T5: No tag rendered when using enum

2007-03-24 Thread Howard Lewis Ship
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 (HTM

T5: No tag rendered when using enum

2007-03-22 Thread Erik Johansson
Hi, when using the Select component with an Enum the options within the select tag wont render the tag. Example: The enum public enum TestEnum { ONE,TWO,THREE; } will render the select One Two Three Is this a known bug? (I'm not familiar with JIRA so I do