Hello,
Looking at an event handler in beanshell script (e.g. manufacturing/webapp/manufacturing/jobshopmgt/ShowProductionRun.bsh), it contains return statement like the following:
import java.util.*;
…
delegator = request.getAttribute("delegator");
productionRunId = request.getParameter("productionRunId");
if (!UtilValidate.isEmpty(productionRunId)) {
…
}
return "error";
Thanks in advance.
Regards,
Vinay Agarwal
Free forum by Nabble | Edit this page |