Hi,
I just deployed the sample apps on WebLogic 9.2.
(<<stripes distribution>>\examples\
webapp)
I copied stripes.tld from stripes.jar to WEB-INF
In \examples\webapp\quickstart\index.jsp I have this:
<%@ taglib prefix="stripes" uri="
stripes.tld"%>
I pull up
http://localhost:7001/webapp/quickstart/index.jspAnd get this:
................................................................................................................
index.jsp:4:1: The qualifier of this name is a package, which cannot contain fields.
<html>
^-----
<stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:4:1: Expression expected (found '?' instead)
<html>
... etc etc ...
................................................................................................................
Any idea what's going on here?
Thanks