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

Forum Posts

Access versioning information through Java API

Hi! I'm coding an application that stores documents in Nuxeo using Java API. I figured out how to create additional versions of a document through doc.setPropertyValue("file:content", batchUpload.getBatchBlob()); doc = repository.updateDocument(doc);...

__2 by Champ in-the-making
  • 149 Views
  • 2 replies
  • 0 kudos

nuxeo-arender problem

i'm installed nuxeo-arender 10.3.5 but when start the app in web ui the attached image represent the error "# HTTP Status 404 – Not Found"

Navigate from Automation Chain with WebUI

Hello I have an Automation Chain that deletes a document. This AC is triggered with a custom button in WebUI. Is there a way, from the AC or from the button, to navigate to parent after document deletion ? I saw SEAM.NavigateTo for JSF, but nothing f...