
September 4th, 2001, 01:43 PM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
context-param
I have several values stored in web.xml using the context-param tag:
<context-param>
<param-name>foo</param-name>
<param-value>bar</param-name>
</context-param>
How do I retrieve these values with JSP at run time?
Thanks.
|