Re: Table and carriage return

2009-01-22 Thread Peter Stavrinides
@tapestry.apache.org Subject: [Spam Rating:3.18] RE: [Spam Rating:3.18] Re: Table and carriage return Thank you for this issue, It's OK for the carriage return but I have a little problem again I have to format the value of the column. Instead to do component id=pagesTable type

Re: Table and carriage return

2009-01-22 Thread Cathy_123
is static, thats why its referenced like that. regards, Peter - Original Message - From: Cathy_123 ndgt...@yahoo.com To: users@tapestry.apache.org Sent: Wednesday, 21 January, 2009 18:30:38 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: RE: RE: Re: Table and carriage return

Re: Table and carriage return

2009-01-21 Thread Olivier Jacquet
The second issue can be solved with css and the white-space property: http://www.w3.org/TR/CSS21/text.html#propdef-white-space The first issue is probably because you are escaping the br elements. I don't know how you turn that off for a property in Tapestry by heart but it should be quite

Re: Table and carriage return

2009-01-21 Thread Olivier Jacquet
Here is a possible answer to your first issue: http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/OutputRaw.html Olivier Jacquet wrote, On 21/01/2009 11:50: The second issue can be solved with css and the white-space property:

Re: Table and carriage return

2009-01-21 Thread Thiago HP
On Wed, Jan 21, 2009 at 8:40 AM, Cathy_123 ndgt...@yahoo.com wrote: I set these values on the java code and I try to add ' \n\r' or '\r\n' or 'br' on the string but tapestry doesn't understand this carracters. Do you know how to do it ? HTML completely ignores newline (\n, \r) characters

Re: Table and carriage return

2009-01-21 Thread Cathy_123
Thank you for your answer, but I use Tapestry 4, are there another solutions or I have to change the version ? It's a project of my company so it's difficult to change ... Thank you for your help cathy Thiago HP wrote: On Wed, Jan 21, 2009 at 8:40 AM, Cathy_123 ndgt...@yahoo.com wrote:

Re: Table and carriage return

2009-01-21 Thread Cathy_123
Thank you for your answer, but I use Tapestry 4, are there another solutions or I have to change the version ? It's a project of my company so it's difficult to change ... Thank you for your help cathy Olivier Jacquet wrote: Here is a possible answer to your first issue:

RE: [Spam Rating:3.18] Re: Table and carriage return

2009-01-21 Thread James Sherwood
expression=message/binding static-binding name=rawTRUE/static-binding /component --James -Original Message- From: Cathy_123 [mailto:ndgt...@yahoo.com] Sent: January-21-09 7:30 AM To: users@tapestry.apache.org Subject: [Spam Rating:3.18] Re: Table and carriage return Thank

RE: [Spam Rating:3.18] Re: Table and carriage return

2009-01-21 Thread Cathy_123
: Cathy_123 [mailto:ndgt...@yahoo.com] Sent: January-21-09 7:30 AM To: users@tapestry.apache.org Subject: [Spam Rating:3.18] Re: Table and carriage return Thank you for your answer, but I use Tapestry 4, are there another solutions or I have to change the version ? It's a project of my company so

RE: RE: Re: Table and carriage return

2009-01-21 Thread James Sherwood
Hello, What is the exception you are getting? --James -Original Message- From: Cathy_123 [mailto:ndgt...@yahoo.com] Sent: January-21-09 9:40 AM To: users@tapestry.apache.org Subject: [Spam Rating:3.18] RE: [Spam Rating:3.18] Re: Table and carriage return Thank you for this issue

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
are getting? --James -Original Message- From: Cathy_123 [mailto:ndgt...@yahoo.com] Sent: January-21-09 9:40 AM To: users@tapestry.apache.org Subject: [Spam Rating:3.18] RE: [Spam Rating:3.18] Re: Table and carriage return Thank you for this issue, It's OK for the carriage return

RE: RE: RE: Re: Table and carriage return

2009-01-21 Thread James Sherwood
...@yahoo.com] Sent: January-21-09 10:50 AM To: users@tapestry.apache.org Subject: [Spam Rating:3.18] RE: RE: Re: Table and carriage return I get Unable to read OGNL expression 'parsed OGNL expression' of .. ognl.NoSuchPropertyException Stack Trace: ognl.ObjectPropertyAccessor.getProperty

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
: Hello, What is the exception you are getting? --James -Original Message- From: Cathy_123 [mailto:ndgt...@yahoo.com] Sent: January-21-09 9:40 AM To: users@tapestry.apache.org Subject: [Spam Rating:3.18] RE: [Spam Rating:3.18] Re: Table and carriage return Thank you

RE: RE: Re: Table and carriage return

2009-01-21 Thread James Sherwood
@tapestry.apache.org Subject: [Spam Rating:3.18] RE: [Spam Rating:3.18] Re: Table and carriage return Thank you for this issue, It's OK for the carriage return but I have a little problem again I have to format the value of the column. Instead to do component id=pagesTable type=PagesTable binding name

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
@tapestry.apache.org Subject: [Spam Rating:3.18] RE: [Spam Rating:3.18] Re: Table and carriage return Thank you for this issue, It's OK for the carriage return but I have a little problem again I have to format the value of the column. Instead to do component id=pagesTable type=PagesTable