I discovered the problem was that the TLD XML has also changed, so by getting rid of the DOCTYPE declaration and using the new taglib start, all was okay (it would have been nice to have a better error message to clue me in).

<taglib xmlns="http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd";
 version="2.0">

David

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

Reply via email to