Dear Stripes developers,

We would really like to make use of the great features stripes offers.
However, we are limited to use Weblogic 9.2.2 and are not able to run
the sample application. The JSP compilation fails. After searching the
forums we copied stripes.tld to the WEB-INF directory. Unfortunately
this did not help.

Is there any way this can work?

Help is much appreciated!

Thanks
Patrick

Compilation of JSP File '/quickstart/index.jsp' failed:

index.jsp:3:1: The qualifier of this name is a package, which cannot
contain fields.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Expression expected (found '?' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Expression expected (found '>' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Expression expected (found '.' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Syntax error: expected ) (found 'class' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Syntax error: expected <identifier> (found '}' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Expression expected (found ')' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">
---^
index.jsp:3:1: Syntax error near ';'
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to