"Invalid attribute prefix", do you use the right prefix for your tags:

First step is to declare a taglib for usage in a jsp, there you specify a prefix
to it's
tags (Lets say you have prefix "xyz" and a tag "abc")
Then you can use your custom tags with that prefix. ( For example values this
would
be <xyz:abc..../>)

Another point on websphere is that it can be switched from JSP1.0 support to
JSP1.1 support and vice versa.
Did you choose JSP1.1 support?

Peter

Rajkishore Dash wrote:

> Hi All,
>
> I am working in a project where we plan to use custom tags in jsp ( using
> VisualAge/Websphere environment)
> I have a Jsp   abc.jsp  which gets data from a vector and shows it in a html
> table.
> It works fine when i access it without any custom tags. But with custom tags
> it does not recognize (P.s error text).
> This seems to be a configuration problem.
>
> I am new to VisualAge/Websphere environment.
>
> Can anybody please suggest me as i am in a tight schedule.
>
> Thanks,
>
> Raj
>
> -------------------------------- Error text
> -------------------------------------------
>
> Message: "Directive: Invalid attribute, prefix"
>
> Target Servlet: jsp
> StackTrace:
>
> Root Error-1: "Directive: Invalid attribute, prefix"
> com.ibm.servlet.engine.webapp.WebAppErrorReport: "Directive: Invalid
> attribute, prefix"
> ..............................................................................
> ..............................................................................
> ......................
>
> -------------------------------------------------------------------
>
> The contents of this e-mail are confidential to the ordinary user
> of the e-mail address to which it was addressed and may also be
> privileged. If you are not the addressee of this e-mail you should
> not copy, forward, disclose or otherwise use it or any part of it
> in any form whatsoever. If you have received this e-mail in error
> please notify us by telephone or e-mail the sender by replying to
> this message, and then delete this e-mail and other copies of it
> from your computer system. Thank you.
>
> We reserve the right to monitor all e-mail communications through
> our network.
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

--

*** Bitte beachten Sie unsere neuen Mail- und Internet-Adressen ***
*** Please notice the new mail- and internet-address            ***

--

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to