How to access web.xml init parameters from JSP page?



How to access web.xml init parameters from JSP page?..

Answer / Kishori Lal

<c:param> and <c:url> are used in JSTL (JavaServer Pages Standard Tag Library) for accessing init-params defined in the web.xml file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

Can there be no faces-config.xml for jsf application?

1 Answers  


What are the mvc design modules?

1 Answers  


Explain the working of render phase in jsf.

1 Answers  


What are the different types of Page Navigation supported in JSF?

1 Answers  


What is jsf? Explain

1 Answers  


What is component rendering model?

1 Answers  


How can we obtain the generated event?

1 Answers  


what are facelets JSF tags?

1 Answers  


What is h:datatable tag in jsf (javaserver faces)?

1 Answers  


How to access css (cascading style sheets) file in jsf (javaserver faces) application?

1 Answers  


What are two ways to bind jsf supported?

1 Answers  


What are the benefits of jsf (javaserver faces)?

1 Answers  


Categories