Question - according to the JSP 1.1 PR2 I can specify taglibs using the
following syntax

<%@ taglib uri="simpletags" prefix="simple" %>

and in web.xml

    <taglib>
        <taglib-uri>simpletags</taglib-uri>
        <taglib-location>simpletags.tld</taglib-location>
    </taglib>

Orion doesn't seem to support this syntax yet? will it do so soon?

Kevin

Reply via email to