I had exactly the same error using iPlanet 4.1 SP6. I solved the problem in
a strange way. Instead of:
<%@ taglib uri="http://jakarta.apache.org/taglibs/random"; prefix="rand" %>
I have written soothing like:
<%@ taglib uri="c:\jardir\taglib.jar" prefix="rand" %>
I hope this helps you. I know it's strange and I am looking for a way to
reference the taglib in a "normal" way... but until now I haven't found one.

Regards,
Mihai Manuta
[EMAIL PROTECTED]
tel: 06.73.56.57.92


Reply via email to