Hello everybody,

I would like to do a table and in one column, I have several lines that I
would like to show on several lines. Something like that:
------------------------------------------
| header 1  | header 2             | header 3 |
------------------------------------------
| hello 1     | first line              | test 1     |
|               | second line         |              |
------------------------------------------
| hello 2     | first lineeeeeeeeee| test 2    |
|               | second line         |              |
|               | third line            |              |
------------------------------------------

 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 ?

And I would like that the table doesn't add automatically the carriage
return when my string is too long like too.

| header 1  | header 2             | header 3 |
------------------------------------------
| hello 1     | first line              | test 1     |
|               | second line         |              |
------------------------------------------
| hello 2     | first lineeeeee     |              |   <--- NOT OK
|               |eeee                  | test 2     |
|               | second line         |              |
|               | third line            |              |
------------------------------------------


thank 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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to