> Thanks for the quick posts.
> 
> Stupid me, I thought getInitParameter would always be for init-params.
> 
> I wonder why...
> getServletContext.getInitParameter(String):String
> is not
> getServletContext.getContextParameter(String):String ?

Because getInitParameter() was invented before contexts ever existed.
tim.


Reply via email to