RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
it's not ok with this solution But finally I format all data before sending to Tapestry. So it's ok now. For the problem "adding automatically the carriage return " I use white-space: nowrap; Thank you a lot for your help Have a nice day Cathy James Sherwood wrote: > > Hello, > > Readi

RE: RE: Re: Table and carriage return

2009-01-21 Thread James Sherwood
Hello, Reading your last post I think your problem is this: Should be: Because components.pagesTable.tableRow.column2Column doesn't exist, components.pagesTable.tableRow.column2 does. And column2Column is just a java me

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
In the case you don't understand my problem, I explain : "components.pagesTable.tableRow.column2" exists I have to format the column, so for the TABLE, I writed =column2Column like: column2Column is a java method who retrieves the components.pagesTable.tableRow.column2 value i

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 '' of .. ognl.NoSuchPropertyException Stack Trace: ognl.ObjectPropertyAccessor.getProperty(ObjectPropertyAcc

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
I get Unable to read OGNL expression '' of .. ognl.NoSuchPropertyException Stack Trace: ognl.ObjectPropertyAccessor.getProperty(ObjectPropertyAccessor.java:123) ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1616) ognl.ASTProperty.getValueBody(ASTProperty.java:96) ognl.SimpleNode.evaluat

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, It's