Posted: Wed Jun 08, 2005 4:32 am Post subject: Generated JSP does not display fields values
Newbie
Joined: 08 Jun 2005 Posts: 5
Hi, i'm new to MQ WF.
i made my own command to checkin a work item, and it works fine, i mean, the fields are stored in the wf and the flow moves to the next activity.
but the problem is that the generated jsp (the same i'm using when i check in a work item) it's not showing the fields values.
the code of my command is:
RequestContext context = new RequestContext(request);
BuiltinHandler builtin = context.getBuiltinHandler();
context = builtin.checkInWorkItem(request,response);
rPage = builtin.render("checkInWorkItem", context);
and the jsp is:
ReadOnlyContainer inData=context.getContainer();
WorkItem workItem=context.getWorkItem();
can you explain the scenario more clearly.
Does your process instance contain more than one work item?
If so at what stage does the container values disappear?
Did you check in the web client for that particular workitem what are the values in the container?
First make sure that each step in process instance flow goes through well using web client.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum