[EMAIL PROTECTED] wrote: > Running Fop 0.20.3 we cannot get fo:Block-containers to work at all. ... > --------- > java.lang.ClassCastException: org.apache.fop.layout.BlockArea > at > org.apache.fop.fo.flow.BlockContainer.layout(BlockContainer.java:109)
You must not put block-container into another block. For FOP, a block container musst be a child of either another block-container (not recommended), a flow or a static-content. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
