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’]}”/>

All j2ee Questions

Ask your interview questions on j2ee

Write Your comment or Questions if you want the answers on j2ee from j2ee Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





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

--------- Tutorials ---