EL implicit object initParam is for context init parameters. So what about getting servlet init parameters thru el? Is it possible at all?
Claudio Lande
Ranch Hand
Joined: Mar 24, 2005
Posts: 45
posted
0
Originally posted by Alec Lee: EL implicit object initParam is for context init parameters. So what about getting servlet init parameters thru el? Is it possible at all?
...which servlet? Do yo mean the servet created from the JSP? I don't think you can define (servlet) init parameters for servlets automatically generated by the container starting from JSP.