>>>>> "Suresh" == Suresh Addagalla <[EMAIL PROTECTED]> writes:

    Suresh> Hi,
    Suresh> Slightly off-topic, but a basic JSP question.

    Suresh> I found that XML-based tag for taglib is not working for me, where as
    Suresh> the scripting-oriented tag works fine.

    Suresh> <jsp:directive.taglib uri="url to taglib" prefix="tagprefix"/> --
    Suresh> doesn't work
    Suresh> <%@ taglib uri="url to taglig" prefix="tagprefix" %> - works

    Suresh> Any idea why the first syntax wouldn't work? I am using Tomcat 4.1.12 on
    Suresh> Win2K.

Are you trying to convert the entire page to the XML syntax, or just that one
directive?

I believe you can't do it piecemeal, it has to be the entire page.

When you say it "doesn't work", what exactly happens?

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to