Samuele Brignoli wrote:
>
> i can't use the feature of customizin tags with JSP. I've written a code
> like this :
>
> <%@taglib
> uri="http://goldrake:8080/examples/Web-inf/jsp/beans/examples/MyLib"
> prefix="simple" %>
>
> <simple:foo att1="param 1" att2="param 2" att3="param 3" />
>
> to try to use the tag simple and to recall the file foo.
>
> Actually i only have MyLib.tld with foo.java in the directory specified by
> uri address, but I don't know if this is correct or not. The JServer respond
> me :
>
> Directive: Invalid attribute, prefix.
>
> I'm a bit depressed with this, i can't go on with my project. Can someone
> help me ?
The portable Tag Libraries are introduced in JSP 1.1, so if you're using a
JSP 1.0 implementation (like JSWDK 1.0) they are either ignored or need
to be implemented according to the JSP container vendor's proprietary model.
The JSP 1.1 reference implementation will be available very soon, as part
of the Jakarta project (http://jakarta.apache.org)
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html