Hi,
I have created a JSP for a CGITask.
I want to know the best way to get hold of the the task ID of the CGITask within the JSP. I need to run some logic specific to the task like getting the list of files attached to task, getting task owner etc..
Is task ID available as a parameter in the request object?
Or Is it part of the request attributes?
Or it needs to be passed as a parameter? (If so how to do it?)
Or any other solution?
Thanks,
Vinay.