I am trying to get
jasperReports working with my application. The interface has changed from
what is documented in the user guide. I am able to display my report but
all items are shown. I use the documented goto button to make a one-row
call: however, I am not getting the result as
expected.
<
db:gotoButton caption="button.print" destTable="CLIENT" destination="/jasperreport/CLIENT" singleRow="true" keyToDestPos="currentRow"/>
Any help would be appreciated...