ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Generated JSP does not display fields values

Post new topic  Reply to topic
 Generated JSP does not display fields values « View previous topic :: View next topic » 
Author Message
wfuy
PostPosted: Wed Jun 08, 2005 4:32 am    Post subject: Generated JSP does not display fields values Reply with quote

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();

but the ReadOnlyContainer seems to be empty

thanks in advance
Back to top
View user's profile Send private message
MQRR
PostPosted: Wed Jun 08, 2005 2:08 pm    Post subject: Reply with quote

Centurion

Joined: 10 Aug 2003
Posts: 110

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.

MQRR
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Generated JSP does not display fields values
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.