[jboss-user] [JBoss jBPM] - Re: j4j:listTasksForActor and j4j:listPooledTasks ?

jue do-not-reply at jboss.com
Tue Mar 25 13:56:23 EDT 2008


I guess you meant this solution posted on jIRA:

 I might be wrong,
but isn't it possible to easily fix it by changing the line in tasks.xhtml :
<j4j:listTasks includeEnded="true" target="#{tasks}"/>
by this one:
<j4j:listTasksForActor actorId="#{request.remoteUser}" target="#{tasks}"/>
?
[ Show » ]
Sebastien M. [08/Jan/08 12:43 PM] I might be wrong, but isn't it possible to easily fix it by changing the line in tasks.xhtml : <j4j:listTasks includeEnded="true" target="#{tasks}"/> by this one: <j4j:listTasksForActor actorId="#{request.remoteUser}" target="#{tasks}"/> ?


Unfortunately it only returns the "personal" task list, while what I am trying to show is the "group" task list.

Any idea besides changing jbpm4jsf source code?

Thanks,

-Jue

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138796#4138796

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138796




More information about the jboss-user mailing list