Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-02-21 Thread Bob Harner
r >>> >>>> >>>> Hi Benny, >>>> >>>> put the following method into your class file: >>>> >>>> @SetupRender >>>> final void renderDocType(final MarkupWriter writer) { >>>> >>>> writer.getDo

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-02-21 Thread Bob Harner
t;> >>> put the following method into your class file: >>> >>> @SetupRender >>> final void renderDocType(final MarkupWriter writer) { >>> >>> writer.getDocument().raw(""); >>> } >>> >>> If you use a central Layou

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-02-20 Thread Christian Riedel
tested this with Tap 5.2, but it should work in 5.1 too. >> >> Regards nillehammer >> >> original Nachricht >> >> Betreff: Re: Tapestry 5.1.0.5 and HTML 5 Doctype >> Gesendet: Fr, 14. Jan 2011 >> Von: Benny Law >> >>> I have

Re: Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-02-20 Thread François Facon
omponent, put it there. Otherwise put it into > the page classes. > > I have tested this with Tap 5.2, but it should work in 5.1 too. > > Regards nillehammer > > ---- original Nachricht > > Betreff: Re: Tapestry 5.1.0.5 and HTML 5 Doctype > Gesendet: Fr

Re: Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-14 Thread nille hammer
.2, but it should work in 5.1 too. Regards nillehammer original Nachricht Betreff: Re: Tapestry 5.1.0.5 and HTML 5 Doctype Gesendet: Fr, 14. Jan 2011 Von: Benny Law > I have looked at the patch provided in > https://issues.apache.org/jira/browse/TAP5-840 but it seems to be de

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-14 Thread François Facon
I Benny Some for the pointing the second part of the HTML5 issue. I think your question is more related to https://issues.apache.org/jira/browse/TAP5-1040 Regards François 2011/1/14 Benny Law > I have looked at the patch provided in > https://issues.apache.org/jira/browse/TAP5-840 but it see

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-13 Thread Benny Law
I have looked at the patch provided in https://issues.apache.org/jira/browse/TAP5-840 but it seems to be dealing with the issue of entities only and it's not for Tapestry 5.1.0.5. What I really want is to be able to output . Putting this in the .tml file isn't working. Can somebody suggest a soluti

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-12 Thread Benny Law
Hi François, Thanks for the info. I am aware of TAPS-840 but haven't studied the patch. It looks like that's the only solution for now. Without , Firefox 3.6 renders the page in Quirks mode instead of Standards compliance mode, and I have already noticed some minor issues. I hope this patch gets i

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-12 Thread François Facon
Hi Benny, In order to use html5 in our Web Mobile Solution, I have ask Robin to work on html5 compatibility last year. He had post our feedback in the mailing list. The thread is here http://tapestry.1045711.n5.nabble.com/State-on-HTML5-integration-woodstox-rollback-td2470926.html I suggest you a