Jump to content

Recommended Posts

Posted

Hi,

I would like to know if someone could send me a complete example of use of the ResourcesSearch instruction with the 'new' declaration.

in the Server programming Guide there is an example but I can't reproduce this sample. I still have message that ResourcesSearch is not recognize. And from my point of view there is one more parenthesis.

new ResourcesSearch({server:"http://localhost:8080/jasperserver-pro",folderUri: "/public",recursive: false})).run(function(resourceLookups){// results here});[/code]

 

Regards,

Olivier.

  • 5 weeks later...
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Posted

I am also running into this problem.

In section 3.3 of the JasperReports Server Programming guide they introduce the ResourcesSearch object, but that doesn't seem to be defined as part of the standard library we imported from visualize.js.... I'm assuming there is another JS file we should import, but I am having problems finding documentation on this.

Posted
Ok, thank you! That helps a lot... that video shows a different way of doing it from the Server Programming guide. I guess the guide is out of date... either way, using the way mentioned in the video now. Thanks!

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...