Hi everybody!
I'm new at tag libraries. I'm trying to actually run a very easy tag that
just return a few words.
My problem is that I get the following message when I try to execute my jsp
page:
The tag handler class 'SimpleTag' for custom tag 'simple' on line '5' could
not be found.
I assumed that JRun would compile the .java tag file but according to the
above message, it seems that it doesn;t so I tried to compile it manually and
I got the following error messages:
SimpleTag.java:1: Package javax.servlet.jsp not found in import
import javax.servlet.jsp.*;
SimpleTag.java:2: Package javax.servlet.jsp.tagext not found in import
import javax.servlet.jsp.tagext.*;
SimpleTag.java:5: Superclass TagSupport of class SimpleTag not found.
public class SimpleTag extends TagSupport {
3 errors
So, now I'm confused. Can somebody make sense of the above errors?
Any help will be greatly appreciated !
Thank you,
Pascal BLANC.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.