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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user