Re: Access web.xml context-param From A Bean?

2002-02-17 Thread Craig R. McClanahan
On Sun, 17 Feb 2002, Kennedy Clark wrote: > Date: Sun, 17 Feb 2002 11:04:09 -0500 > From: Kennedy Clark <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Access web.xml context-param From A Bean? > > I hav

Access web.xml context-param From A Bean?

2002-02-17 Thread Kennedy Clark
I have values I want set at deployment time declared in my web.xml. I am accessing these with no problem from my JSPs with: <%= application.getInitParameter("paramNameHere") %> However, for my business logic which I have pulled out the if JSPs and put into beans, I can't figure out how