Page 2 of 2

Re: Send URL Parameter to Image component

Posted: Mon Apr 13, 2015 11:38 am
by rafaelwithoeft
You can make a sample report for me?

Best Regards!

Re: Send URL Parameter to Image component

Posted: Mon Apr 13, 2015 11:44 am
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.

Re: Send URL Parameter to Image component

Posted: Mon Apr 13, 2015 5:15 pm
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

Re: Send URL Parameter to Image component

Posted: Tue Apr 14, 2015 6:46 am
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

Re: Send URL Parameter to Image component

Posted: Tue Apr 14, 2015 11:38 am
by rafaelwithoeft
Changes worked.

Thank you

Re: Send URL Parameter to Image component

Posted: Tue Apr 14, 2015 11:56 am
by Vadim
We are always glad to help you!
rafaelwithoeft wrote:Changes worked.
Thank you