Hello, I read in paragraph http://tapestry.apache.org/component-templates.html $ Whitespace in Templates , that Tapestry " compressed" the white -spaces.
In my application , I have repeated whitespace and they are reduced to a single space character . However, I would like to keep those whitespaces on the final rendering. I try to add at my tml file : xml: space = "preserve " into the <span> however this did not worked .