RE: How do I get Application Scope in Action Class

2004-03-31 Thread Raghu.Ramakrishnan
List' Subject: RE: How do I get Application Scope in Action Class HI Raghu, Good one.. Had me scrathing my head a lil.. ServletContext application = getServlet().getServletContext(); Enjoy, Pritpal Dhaliwal -Original Message- From: Raghu.Ramakrishnan [mailto:[EMAIL PROTECTED] Sent:

RE: How do I get Application Scope in Action Class

2004-03-31 Thread Nick Faiz
2004 3:20 PM To: Struts Users Mailing List Subject: How do I get Application Scope in Action Class Hi, My problem is that I have set certain objects in Application Scope. I am able to access these objects in my jsp pages But unable to get these objects in my Action Classes. i) How do I get Objec

RE: How do I get Application Scope in Action Class

2004-03-31 Thread Dhaliwal, Pritpal (HQP)
Subject: How do I get Application Scope in Action Class Hi, My problem is that I have set certain objects in Application Scope. I am able to access these objects in my jsp pages But unable to get these objects in my Action Classes. i) How do I get Objects(Objects that were set using

How do I get Application Scope in Action Class

2004-03-31 Thread Raghu.Ramakrishnan
Hi, My problem is that I have set certain objects in Application Scope. I am able to access these objects in my jsp pages But unable to get these objects in my Action Classes. i) How do I get Objects(Objects that were set using application.setAttribute()) in Application scope in my Action Clas