pageprovider


Related Questions
Hello, I have created a new pageProvider in java which extends the CoreQueryDocumentPageProvider. My purpose is to find all the documents in the current document and the documents inside them on and on. This makes me using a recursive request. So I ...
  0 votes
  1 answers
  0 comments
  2234 views

Hi i have ugraded my studio project from 5.5 to 5.7.3 and there seems to be an issue with the page provider used in a content view when there are more than (probably) 20 children view stacktrace The issue seems to be the same as the one about ...
  0 votes
  2 answers
  5 comments
  1676 views

Hello, I would like to customize dashboard gadget “MyWorkspace” with an extension point. How can I change the : results of search (a specific page provider ? What is the default search results configuration ? view of results list : if I want to hide ...
  0 votes
  1 answers
  1 comments
  2410 views

Hello, I try to do a page provider with parameters. Parameter should be get in a WIDGET custom parameters. This widget is using this page provider to display results. I couldn't find a solution to have results in my request WHEN I had 2 fields ...
  0 votes
  2 answers
  7 comments
  4205 views

I would like to use a documentsListsManager inside a PageProvider class. How can I achieve it ? Of course, this way does not work: @In(create = true) protected transient DocumentsListsManager documentsListsManager;
  0 votes
  1 answers
  1 comments
  1210 views