Give a sample jsp configuration in the deployment descriptor.
No Answer is Posted For this Question
Be the First to Post Answer
What is directive jsp?
Can we override jspinit method?
How do I view a jsp file?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is expression language in jsp?
What is the <jsp:param> standard action?
How is jsp used in the mvc model?
What jsp lifecycle methods can I override?
What are custom tags?
What is the major difference between servletcontext and pagecontext?
What is custom tag library?
Define scriptlet, expression and declaration in jsp?