extension « Tag « JSP-Servlet Q&A





1. How to solve this problem with JSP tag extension?    stackoverflow.com

Begining with JSP and servlet development, I have some problems with a bodyless custom tag to be inserted in a JSP page. Steps done:

  1. Wrote and compiled successfully a CustomTag.java (extending TagSupport) in ...

2. Facing problem in jsp- Non-matching extension tags    coderanch.com

Hi, Can anybody tell me the soln for the below problem.Actually my requirement is i have to generate the nested tag dynamically based on values in the list. but i am facing Non-matching extension tags... I have verified my jsp and closed all the tags properly.. but still i am facing the problem. sample code is given below...

3. jsp tag extension    coderanch.com