Send URL Parameter to Image component

Stimulsoft Reports.JAVA discussion
User avatar
rafaelwithoeft
Posts: 70
Joined: Thu Mar 05, 2015 8:26 pm

Re: Send URL Parameter to Image component

Post by rafaelwithoeft »

You can make a sample report for me?

Best Regards!
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Send URL Parameter to Image component

Post by HighAley »

Hello.

It seems that you use our latest major release. After this build were published several prerelease builds with many fixes.
Please, download the latest prerelease from registered user area if you have a subscription or from Stimulsoft Reports.Fx for Java trial download page.

Thank you.
User avatar
rafaelwithoeft
Posts: 70
Joined: Thu Mar 05, 2015 8:26 pm

Re: Send URL Parameter to Image component

Post by rafaelwithoeft »

Hello, download the latest version and Replacing all the jars by the new jars, but it just gave me an error:
And if I go back to the original ... everything works

Here is the error image:
Image

Best Regards
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: Send URL Parameter to Image component

Post by Vadim »

Hello.
Please change servlet mapping to:

Code: Select all

<servlet>
      <servlet-name>StimulsoftResource</servlet-name>
      <servlet-class>com.stimulsoft.web.servlet.StiWebResourceServlet</servlet-class>
   </servlet>
   <servlet-mapping>
      <servlet-name>StimulsoftResource</servlet-name>
      <url-pattern>/stimulsoft_web_resource/*</url-pattern>
   </servlet-mapping>
rafaelwithoeft wrote:Hello, download the latest version and Replacing all the jars by the new jars, but it just gave me an error:
And if I go back to the original ... everything works
Best Regards
User avatar
rafaelwithoeft
Posts: 70
Joined: Thu Mar 05, 2015 8:26 pm

Re: Send URL Parameter to Image component

Post by rafaelwithoeft »

Changes worked.

Thank you
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: Send URL Parameter to Image component

Post by Vadim »

We are always glad to help you!
rafaelwithoeft wrote:Changes worked.
Thank you
Post Reply