Gabriel Rodriguez wrote:
When Tapestry 5 produces HTML from my TMLs it's removing the "/" from the end 
of my empty tags, leaving them unclosed and causing rendering problems on the browser. Is 
this by design? Is there a setting that needs to be changed?
What exactly is your problem, on which tags ?
If your problem is linked to unclosed <li>, <br>, (so, Tapestry produce HTML 4 compatible markups), and if you want to produce valid XHTML, you will have to set-up Doctype according to http://tapestry.apache.org/tapestry5/guide/templates.html (Template Doctypes )

BUT, you may hit https://issues.apache.org/jira/browse/TAP5-263 and want to look to http://wiki.apache.org/tapestry/Tapestry5HowToXhtml

If it's something else, it may actually be a new bug :)

Hope it will help,

--
Francois Armand
Etudes & Développements J2EE
Groupe Linagora - http://www.linagora.com
Tél.: +33 (0)1 58 18 68 28
-----------
InterLDAP - http://interldap.org FederID - http://www.federid.org/
Open Source identities management and federation


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to