What is called jsp directive?
No Answer is Posted For this Question
Be the First to Post Answer
How did you implement caching in jsp?
What is jsp index?
How can we forward the request from jsp page to the servlet?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What is the jsp:setproperty action?
What is the different between servlet and struts
Can we write java code in jsp?
What is jsp container?
How to get session in Jsp other than session object?
Why is jstl used?
What is the need of jsp?
What are the implicit el objects in jsp?