0 Replies Latest reply on Sep 14, 2007 10:16 AM by lmichenaud

    j4j:processLogs

    lmichenaud

      Hi,

      I'm trying to use that code :

      <j4j:getProcessLogs target="#{logs}"
      processInstance="3040"/>


      but it returns nothing.

      Is it supposed to do the same as :

      Map processLogs = this.jbpmContext.getLoggingSession().findLogsByProcessInstance(3040);


      Because in java, i get some results but not in jsf.

      Thanks to help.