I am using rendering plugin for generating reports. But, when using bootstrap css in template file it throws an error:
org.xhtmlrenderer.render.AnonymousBlockBox cannot be cast to
org.xhtmlrenderer.newtable.TableCellBox
How can I solve this?
I am using rendering plugin for generating reports. But, when using bootstrap css in template file it throws an error:
org.xhtmlrenderer.render.AnonymousBlockBox cannot be cast to
org.xhtmlrenderer.newtable.TableCellBox
How can I solve this?
Copyright © 2021 Jogjafile Inc.
Try to eliminate the "float: left;" in your css class definition like mentioned in this answer: https://code.google.com/p/flying-saucer/issues/detail?id=144