Re: calling cfreport from within java-instantiated cfc

2007-12-14 Thread Craig Buckley
I have a cfinput, type=button that has a onclick=callreport(). Function callreport instantiates a cfc called metricreport.cfc. Metricreport.cfc produces either a csv file or a cfreporter output. The creation of the csv file works fine using cffile tags in metricreport.cfc. The

calling cfreport from within java-instantiated cfc

2007-12-13 Thread Craig Buckley
I have a cfinput, type=button that has a onclick=callreport(). Function callreport instantiates a cfc called metricreport.cfc. Metricreport.cfc produces either a csv file or a cfreporter output. The creation of the csv file works fine using cffile tags in metricreport.cfc. The cfreport

Re: calling cfreport from within java-instantiated cfc

2007-12-13 Thread Kris Jones
Make sure that the output attribute in your cfcomponent tag is set to true? I have a cfinput, type=button that has a onclick=callreport(). Function callreport instantiates a cfc called metricreport.cfc. Metricreport.cfc produces either a csv file or a cfreporter output. The creation of