Get task details from a task list
Hello,
I have to integrate a task list in our current application.
For the moment, I display the list of the user's tasks. Now, I would like to display the task details when he selects one of his tasks.
I look at the worklistapp code (TaskDetails.jsp) and I've seen the method doPostTemplate method to display the jsp associated with a task.
I tried to implement that method in my own jsp, but I always receive the error "Invalid Token Error in Verification Service. Received invalid token {0} in {1}."
I googled that method and found... nothing !
No javadoc for DOPostService, no topics at all...
Does anyone knows how this method must be used ?
Does anyone have another idea to display the jsp generated for the task ?
Thanks a lot in advance