Problem with stripes.tld

View: New views
3 Messages — Rating Filter:   Alert me  

Problem with stripes.tld

by pauljohn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.jsp

And 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

Re: Problem with stripes.tld

by pauljohn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had to save stripe.tld and all is now well

pauljohn wrote:
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.jsp

And 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

Re: Problem with stripes.tld

by Dhanda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi John,

Can you please explain what exactly you did to resolve this issue. I am facing same issue.