0 Replies Latest reply on Dec 8, 2007 7:06 PM by jmiguel77

    javax.servlet.jsp.tagext.JspTag

    jmiguel77

      Hi

      i have been trying to develop a new jsf component for my application

      I tried to create a tag for it and found that the UIComponentTag class have been deprecated, so i decided to use the UIComponentTagBase class instead

      But i get an error in my ide saying that i need the class javax.servlet.jsp.tagext.JspTag; i have read that the location of this class depends on the server; i am using jboss 4.2.1 GA so, where can i find it ???

      thanks a lot