Search found 3 matches

by sduchampt
Wed Oct 09, 2019 5:30 pm
Forum: Stimulsoft Reports.JAVA
Topic: Message box from StiWebDesigerHandler implementation
Replies: 5
Views: 3432

Re: Message box from StiWebDesigerHandler implementation

Hello,

I agree, it's the reason why I used StiReportResponse.responseBuffer.
But it's not working, I get an error (present in my last post)

Thanks
by sduchampt
Wed Oct 09, 2019 10:08 am
Forum: Stimulsoft Reports.JAVA
Topic: Message box from StiWebDesigerHandler implementation
Replies: 5
Views: 3432

Re: Message box from StiWebDesigerHandler implementation

Hello, Thanks for your response. I can't find any method StiReportResponse.ResponseString... I tried with StiReportResponse.responseBuffer public class WebDesignerHandler implements StiWebDesigerHandler { public void onSaveReportTemplate(StiReport report, StiRequestParams requestParams, HttpServletR...
by sduchampt
Tue Oct 08, 2019 12:10 pm
Forum: Stimulsoft Reports.JAVA
Topic: Message box from StiWebDesigerHandler implementation
Replies: 5
Views: 3432

Message box from StiWebDesigerHandler implementation

Hello, I would like to manage message when saving my report. The only way I found is to throw a RuntimeException in StiWebDesigerHandler implementation : public class WebDesignerHandler implements StiWebDesigerHandler { public void onSaveReportTemplate(StiReport report, StiRequestParams requestParam...