how to get a reference to the delegator in a jsp?

2010-02-28 Thread Christopher Snow
How can I get a reference to the delegator in a jsp / servlet? Many thanks, Chris

Re: how to get a reference to the delegator in a jsp?

2010-02-28 Thread Scott Gray
I've never tried it but I'm assuming it's the same as most other places: request.getAtrribute(delegator) Regards Scott HotWax Media http://www.hotwaxmedia.com On 28/02/2010, at 8:43 AM, Christopher Snow wrote: How can I get a reference to the delegator in a jsp / servlet? Many thanks,

Re: how to get a reference to the delegator in a jsp?

2010-02-28 Thread Christopher Snow
Hi BJ, Thanks - just seen that it's coming from the ContextFilter. I'm not actually trying to do anything meaningful with a jsp, just trying to figure out how everything works under the hood in ofbiz. Cheers, Chris BJ Freeman wrote: take a look at java service code. note the reason ofbiz