Where is "context" defined? I hope it is not another JBPMContext type
variable defined as null.
String userName = req.getParameter("userName");
JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();
jbpmContext.setActorId(userName);
context.getRequestDispatcher("/mainPage.jsp").forward(req, resp);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958821#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...