One problem I can't seem to figure out:
In all the JSP pages in the Test Suite, the Portlet API taglib is referenced as:
<%@ taglib uri='http://java.sun.com/portlet' prefix='portlet' %>
This fails on J2, but not on Pluto.
When I point my browser at http://java.sun.com/portlet, the page is not found
If I replace the taglib with
<%@ taglib uri='/WEB-INF/tld/portlet.tld' prefix='portlet' %>
then I can run the test suite. Any ideas on how Pluto gets past this bad URL?
Scott -- just wanted to point out that I once I replace the taglibs, deploying this PA is as simple as dropping it in!
-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
