How to use bootstrap css in Grails rendering plugin template

448 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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