(Following up on fop-users. Questions should go there. Thank you!) If you don't give FOP a chance for a line break, it won't break. Put a space or a zero-width-space after each comma.
On 06.04.2006 19:54:07 Luis Fabiano wrote: > > Hello all, > > I started to develop using embebbed FOP just recently and I´m having a > problem in a report. > > The case is that one block field just don´t break the line when the text > inside (dinamically loaded) is higher than the page width. Follow the code > I´m using: > > <fo:block wrap-option="wrap" > > #if ($testInfo.HBM_Method == "TEST") > #foreach( $test in $testResults ) > $test.VoltageRanges > #end > #else > $summary.TestVoltages > #end > </fo:block> > > The result I expect was a line like that > > 1000,1001,1002,1003,1004,1005...and go on > > But the line just continue as the end of the page simply don´t exist :-o Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]