Re: Cannot use applicationScope

2007-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raj, Raj Sidh wrote: > I am a newbie running Apache Tomcat/5.5.20. > > My web.xml has these entries: > > [snip] > application.getAttribute("EmailId") You are confusing these types of values. In web.xml, you are configuring /context/ parameters,

Cannot use applicationScope

2007-04-26 Thread Raj Sidh
Hello, I am a newbie running Apache Tomcat/5.5.20. My web.xml has these entries: EmailId [EMAIL PROTECTED] Test JSP /testjsp.jsp I have this in testjsp.jsp: PLEASE CONTACT: ${applicationScope.EmailId} More contact: <%= application.getAttribute("EmailId")%> BUT, I do