Hey Bob,

I'm sorry, I've not seen this error before. We actually use JBoss 4.0.2 at work so I quickly downloaded the distribution and threw the stripes-examples.war into my servers's deploy directory. It deployed fine and I can access all the example applications without any exceptions.

I'm cc'ing the Stripes Users list in case anyone else has come across this before.

-t

On Apr 18, 2008, at 10:43 AM, Bob Harrod wrote:

Hi Tim,

Sorry to bother you with this, but I'm having a tough time getting off the ground with stripes. I downloaded 1.4.3 from

http://sourceforge.net/project/showfiles.php? group_id=145476&package_id=160010&release_id=508503

and tried to get through the quick start: http:// www.stripesframework.org/display/stripes/Quick+Start+Guide. I deployed the stripes-examples.war (stripes-1.4.3\examples\stripes- examples.war) into JBoss 4.0.2 (tomcat 5.5). When I try to hit index.jsp, I'm getting the jasper errors below.

Have you seen this before?

Thanks,
Bob Harrod


org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
The method _jspx_meth_stripes_text_0(JspTag, PageContext, int[]) in the type index_jsp is not applicable for the arguments (FormTag, PageContext, int[])

Generated servlet error:
The method _jspx_meth_stripes_text_1(JspTag, PageContext, int[]) in the type index_jsp is not applicable for the arguments (FormTag, PageContext, int[])

Generated servlet error:
The method _jspx_meth_stripes_submit_0(JspTag, PageContext, int[]) in the type index_jsp is not applicable for the arguments (FormTag, PageContext, int[])

Generated servlet error:
The method _jspx_meth_stripes_submit_1(JspTag, PageContext, int[]) in the type index_jsp is not applicable for the arguments (FormTag, PageContext, int[])


org.apache.jasper.compiler.DefaultErrorHandler.javacError (DefaultErrorHandler.java:84) org.apache.jasper.compiler.ErrorDispatcher.javacError (ErrorDispatcher.java:328) org.apache.jasper.compiler.JDTCompiler.generateClass (JDTCompiler.java:397)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
org.apache.jasper.JspCompilationContext.compile (JspCompilationContext.java:556) org.apache.jasper.servlet.JspServletWrapper.service (JspServletWrapper.java:293) org.apache.jasper.servlet.JspServlet.serviceJspFile (JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
net.sourceforge.stripes.controller.StripesFilter.doFilter (StripesFilter.java:180) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java:81)



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to