Re: Table and carriage return

2009-01-22 Thread Cathy_123
>> >> >> >> Because components.pagesTable.tableRow.column2Column doesn't exist, >> components.pagesTable.tableRow.column2 does. And column2Column is just a >> java method that returns components.pagesTable.tableRow.column2's list >> fo

Re: Table and carriage return

2009-01-22 Thread Peter Stavrinides
: "Cathy_123" 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 it's not ok with this solution But finally I format all data before sending to Tapestry. So it's ok n

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
gt; formatted(if I follow what you say correctly) > > --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 >

RE: RE: Re: Table and carriage return

2009-01-21 Thread James Sherwood
ating: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 I do because column2 is a List of data. So with the c

RE: RE: Re: Table and carriage return

2009-01-21 Thread Cathy_123
> > ** > > James Sherwood wrote: >> >> Hello, >> >> What is the exception you are getting? >> >> --James >> >> -Original Message- >> From: Cathy_123 [mailto:ndgt...@yahoo.com] >> Sent: January-21-09 9:40

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
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

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: [Spam Rating:3.18] Re: Table and carriage return

2009-01-21 Thread Cathy_123
raw > parameter as true so you output is changed in any way: > > > > TRUE > > > > --James > > -Original Message- > From: Cathy_123 [mailto:ndgt...@yahoo.com] > Sent: January-21-09 7:30 AM > To: users@tapestry.apache.org > Subject:

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

2009-01-21 Thread James Sherwood
- 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 you for your answer, but I use Tapestry 4, are there another solutions or I have to change the version ? It's a project

Re: Table and carriage return

2009-01-21 Thread Cathy_123
| hello 2 | first linee | |<--- NOT OK >>> | | | test 2 | >>> | | second line | | >>> | | third line | | >>> -- >>> >>> >>> thank you for your help >>> >>> Cathy >> >> ---

Re: Table and carriage return

2009-01-21 Thread Cathy_123
ing is too long like too. > > This is a pure HTML question, not Tapestry related. And I don't know > the answer . . . Maybe you can try the tag. > > -- > Thiago > > - > To unsubscribe, e-mail: users-unsubs

Re: Table and carriage return

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

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: http://www.w3.org/TR/C

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 elements. I don't know how you turn that off for a property in Tapestry by heart but it should be quite easy

Table and carriage return

2009-01-21 Thread Cathy_123
hank you for your help Cathy -- View this message in context: http://www.nabble.com/Table-and-carriage-return-tp21580648p21580648.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail