Hi,

is there any chance to access objects in application scope in my action classes ?

I have to override the .execute(ActionMapping mapping,ActionForm form,HttpServletRequest request,HttpServletResponse response) method but none of these parameters give me access to application scope like 'getServletContext().getAttribute("myAttribute")' would do.

Which is the best practise to store objects in application scope and retrieve them back in my ActionClasses ?

Thx for your answers...


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to