Jump to content
JasperReports Library 7.0 is now available ×

Correction of bug 685873 generated new bug


Recommended Posts

By: Sofiane - sofianito

Correction of bug 685873 generated new bug

2003-02-25 03:09

Hi,

 

image expressions like:

 

<imageExpression>$V{root} + "file.jpg"</imageExpression>

 

are saved by iReport as following:

 

<imageExpression><![CDATA[$V{root} + "file.jpg]]></imageExpression>

 

As you can remark, the closing quote of file.jpg has disappeared !

 

Please fix it up. I wouldn't bother u if I had Visual J++, but I don't have it, so I can't compile...

 

Thanks

 

Regards and good luck for new 100% java version of iReport.

 

 

 

By: Giulio Toffoli - gt78

RE: Correction of bug 685873 generated new bug

2003-02-25 05:21

You can workaround problem using an expression like this:

 

new String($V{root} + "file.jpg")

 

I'll fix the problem as soon as possible.

Regards.

 

Giulio

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...