WhiteSpace Compress

2016-09-12 Thread Lherm Nicolas
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 whitesp

Re: WhiteSpace Compress

2016-09-12 Thread Qbyte Consulting
Even if Tapestry emits the white space, the browser will ignore it. You must use   to include additional spaces, yes? On Mon, Sep 12, 2016 at 1:28 PM, Lherm Nicolas wrote: > Hello, > > I read in paragraph http://tapestry.apache.org/component-templates.html $ > Whitespace in Templates , that Tape

RE: WhiteSpace Compress

2016-09-12 Thread Lherm Nicolas
Nope, I just search a label from a database. Inside the label there is somes whitesspace but it still the label. Ex : the label in the database : "PAC145" ---> the label in the render page "PAC 145" (with firebug i still have the good one in html) De : Qb

RE: WhiteSpace Compress

2016-09-12 Thread Bob Harner
Using xml:space="preserve" in the tml file has always worked perfectly for me. What.version of Tapestry are you using, and can you show us the snippet of the tml file? On Sep 12, 2016 8:40 AM, "Lherm Nicolas" wrote: > Nope, I just search a label from a database. > > > Inside the label there is so