Quer Builder API Crashing on Chrome & Safari | Community
Skip to main content
October 16, 2015
Solved

Quer Builder API Crashing on Chrome & Safari

  • October 16, 2015
  • 3 replies
  • 724 views

I've built a site using the query builder api which searches for assets within AEM,

however the site seems to crash or take forever to load when on Chrome/Safari, but

works like a charm on Firefox. Any ideas on how to optimize this?

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

So the issue is the browser is not properly displaying the reset set (the data returned from the servlet). Display the result set in a plug-in - ie a data grid plug-in for example. 

3 replies

smacdonald2008
New Participant
October 16, 2015

Is your QUeryBuilder code located in an OSGi bundle or a JSP? 

October 16, 2015

On a servlet, so basically on a OSGi bundle.

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

So the issue is the browser is not properly displaying the reset set (the data returned from the servlet). Display the result set in a plug-in - ie a data grid plug-in for example.