Then in order to get the result you've been getting, BBDeliveryDetails.getDeliveryDetailsClosedAddress(request)
is returning a null pointer exception with certain requests. --- vaibhav <[EMAIL PROTECTED]> wrote: > > This what is have in the bsh > import java.util.Map; > import java.util.HashMap; > import > com.bt.custc.ecommerce.module.orderjourney.common.BBDeliveryDetails; > > > context.put("paramsMap", > BBDeliveryDetails.getDeliveryDetailsClosedAddress(request)); > > where in the method getDeliveryDetailsClosedAddress of class > BBDeliveryDetails, i prepare the paramsMap and return it back (to be > put in > context in bsh and then iterated in ftl) > -- > View this message in context: > http://www.nabble.com/Error-coming-frequenly-on-ofbizUrl-tf2554344.html#a8902177 > Sent from the OFBiz - User mailing list archive at Nabble.com. > >