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 to access these values?  Is there way to 
get to values stored in the container from a bean?

TIA, Kennedy


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to