first read the JSP 1.1 specification for information on how to specify your tag library
descriptor.  you will have to compile everything yourself, yes.

you'll need to specify JRun's lib/ext/servlet.jar and maybe lib/jsp.jar in your 
classpath
while you compile

[EMAIL PROTECTED] wrote:

> 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.

Notice to recipient: This e-mail is meant for only the intended recipient of the 
transmission. If you received this e-mail in error, any review, use, dissemination, 
distribution or copying of this e-mail is STRICTLY PROHIBITED. Please notify us 
immediately of the error by return e-mail and please delete this message from your 
system. Thank you in advance for your co-operation.
------------------------------------------------------------------------------
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.

Reply via email to