Why do we need custom tags in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is a jsp file?
How can you avoid scriptlet code in jsp?
What is auto-flush attribute?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
How are Servlets and JSP Pages related?
What is the differences between the jsp custom tags and java beans?
How to restrict page errors display in a JSP page?
What is tld in jsp?
What is contextpath?
What is the difference between java servlet and jsp?
why we use jsp as view
3 Answers NCS, Scope International,
how to extends one jsp page to another jsp page with realtime example?