Hi, I somewhat forget to follow up: We finally got Stripes running under Weblogic. However we had to remove the functions from the TLD file. So some functionallity is not there (e.g. global errors). I didn't investigate but my guess is that it's probably a common Weblogic issue. Hope the stripe developers can figure a proper way to make it work.
Cheers Patrick On Fri, Apr 17, 2009 at 8:38 PM, Patrick Ruhkopf<[email protected]> wrote: > 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=""> > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
