Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to access context variables in custom widget templates?

I have a widget template and i want to display a String message in it. The String message is set in the custom operation using the OperationContext.put() method. How can i access this context variable in my custom widget template to display the mess...

Is bulk document importer ok for 5.6?

when trying to install BDI in 5.6, I have the following message: $ nuxeoctl mp-install nuxeo-platform-importer Package nuxeo-platform-importer is not available on platform version cap-5.6. Do you want to relax the constraint (yes/no)? [no] Is it saf...

Delete document and file

Hello,/> I have a new problem .../>/> I use a java plugin for importing a lot of documents. This plugin has been created by another firm and they have forgotten to display an error if the path to copy the document is wrong./> So I have documents inse...

delphine_ by Star Contributor
  • 204 Views
  • 2 replies
  • 0 kudos

Where is the Parallel Workflow?

Hello, I'm working with a new 5.6 instance. After Installing, I only had "Serial Document Review" Under Workflows. I really need to get a Parallel Workflow going for my company, Why isn't it included in 5.6? Also, I've been struggling along with tryi...

jasc_ by Champ in-the-making
  • 171 Views
  • 1 replies
  • 1 kudos

Resolved! custom icon set by setPropertyValue disappears

I have an Action Seam Bean and a list of the currently selected documents called selectedDocs My button cycles the list and changes the icon of the documents in this way: for (DocumentModel selectedDoc : selectedDocs) { selectedDoc.setPropertyValue(...

roccapl_ by Confirmed Champ
  • 381 Views
  • 4 replies
  • 0 kudos

Fulltext search cause "Suggestion Box" error

I have been testing Nuxeo's full text search. When I enter my name (example: Karl) into the search box in the upper right and push Search I get the following Suggestion Error Exception. This error seems to occur, regardless of the entry in the search...

documentManager.exists() behaves strangely

This is the problem: let's say I create a Workspace called "lalala". Now I run my code DocumentModel lalalaWs = new DocumentModelImpl("/default-domain/workspaces/", "lalala", "Workspace"); if (!documentManager.exists(lalalaWs.getRef())) { log.info("...

roccapl_ by Confirmed Champ
  • 275 Views
  • 3 replies
  • 0 kudos

Retrieving list of preview url's of a given folder

Hi everyone, This is the re-wording of a previous post (hopefully this one will get more attention Is it possible to obtain a list of all the preview url's of a given folder's files? I know it is possible to get all the file names that are in a give...

decloitre_ by Champ in-the-making
  • 121 Views
  • 0 replies
  • 0 kudos