Skip to Content
0
Former Member
Mar 04, 2009 at 06:42 AM

Access attributes from application scope of the server from WD

37 Views

Hello all,

When we working with servlets/jsp we can store data in application scope of the server and access it from each other servlet/jsp. It's something like: servletContext.setAttribute("key", obj);

My question is is it possible that WD application access attributes stored in application scope and/or store attributes in application scope?

Thanks,

Ola