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 ?

Samuele Brignoli.

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

Reply via email to