How to access web.xml init parameters from jsp page?
How to access web.xml init parameters from jsp page?
Answer
For example, if you have: <context-param> <param-name>Id</param-name> <param-value>this is the value</param-value></context-param> You can access this parameter Id: <h:outputText value=”#{initParam[‘Id’]}”/>
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website