954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

cannot access javax.servlet.jsp.tagext.TagSupport

Hi all,

I am trying to compile the following class, but I keep getting this error message.

Class:

package com.tool;

public class WebTopBrowserTreeTag extends com.documentum.webtop.control.WebTopBrowserTreeTag
{
       protected Class getControlClass() {
             return com.tool.WebTopBrowserTree.class;
       }
}


Error:

com/tool/WebTopBrowserTreeTag.java:4: cannot access javax.servlet.jsp.tagext.TagSupport
file javax\servlet\jsp\tagext\TagSupport.class not found
public class WebTopBrowserTreeTag extends com.documentum.webtop.control.WebTopBrowserTreeTag
       ^
1 error


I also tried "import"ing the above package [javax.servlet.jsp.tagext.TagSupport] but still same error persists. Any suggestions/comment will be much appreciated.

Thanks.

new_2_java
Junior Poster
127 posts since Apr 2007
Reputation Points: 7
Solved Threads: 6
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You