Anonymous
05-02-2002, 06:29 AM
Hi - I'm trying to adapt the demo XML file for my own use but always get:
java.lang.NullPointerException at com.jrefinery.report.Group.lastItemInGroup(Unknown Source)
I've tried using groups / not using groups everything but just can't get it to work.
I read from one of the previous posts that you have to define at least one group but it still won't work. Would the following be sufficient to make the class ignore grouping:
<groups>
<group name="empty">
</group>
</groups>
Is the required format of the XML file detailed in the documentation available to buy online ?
Help....
java.lang.NullPointerException at com.jrefinery.report.Group.lastItemInGroup(Unknown Source)
I've tried using groups / not using groups everything but just can't get it to work.
I read from one of the previous posts that you have to define at least one group but it still won't work. Would the following be sufficient to make the class ignore grouping:
<groups>
<group name="empty">
</group>
</groups>
Is the required format of the XML file detailed in the documentation available to buy online ?
Help....