Can't we get servlet config parameter from JSP file, using a config implicit object??
somthing like:-
config.getInitParameter OR config.getIntiParameterNames, and then we can store the return value as an attribute in any of the four specified scope.
EL then access that attribute to get the required parameter.
I am not sure, just assumed it, that it may happen.
Nisha the original question is 4 months old. This is like WakingTheZombies. If you have any question, than it is better that you start a new topic for it ...
Can't we get servlet config parameter from JSP file, using a config implicit object??
then you have to use scripting, the whole point of EL is to avoid scripting. isn't it ?
Nisha the original question is 4 months old. This is like WakingTheZombies.
Ankit, i wasn't trying to answer the question here which was asked few months back.i had similar question, and when i did a search this thread popped up and the answer wasn't clear to me so i continued in this same thread. Anyway, thanks, i didn't knew this rule. .