https://issues.apache.org/bugzilla/show_bug.cgi?id=44434





--- Comment #5 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-03-10 
11:51:28 PST ---
(In reply to comment #4)
> Your solution didn't give any memory error. Thank you so much. But all the
> records in 3rd column are wrapped in single line as follows:
> 
> column1       column2          column3
>  comp1        comp1 strat      From: 30/09/1990 Standard & Poor's 500 Index
> 
> But i want the record to be displayed in multi-line as below.
> 
> column1       column2          column3
> comp1          comp1 strat     From: 30/09/1990 
>                                Standard & Poor's 500 Index
> 
> Can you suggest something which can display the records in multi-line.

That's what the linefeed character (&#x0A;) is for. That should work, unless...
Do you have a keep-together or keep-with-next/-previous specified on the rows
or the table. In that case, you probably want to change this to an explicit
keep-together.within-page, keep-with-previous.within-page. If the component
'within-page' is not explicitly used, then keep-together also means
keep-together.within-line, which overrides preserved linefeeds.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to