I'm using a tag library to create user interface motifs. 
This application has been previously deployed on JRun 4, without a problem. I 
am currently working on making modifications to make it run on JBoss. 
 
Here is the exception I am getting: 

org.apache.jasper.JasperException: /dep/currx.jsp(187,6) Unterminated 
<ds:QuestionBox tag
        
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
        
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
        
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:130)
        
org.apache.jasper.compiler.Parser.parseTagDependentBody(Parser.java:1730)
        org.apache.jasper.compiler.Parser.parseBody(Parser.java:1764)
        org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1069)
        org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1376)
        org.apache.jasper.compiler.Parser.parseElements(Parser.java:1573)
        org.apache.jasper.compiler.Parser.parse(Parser.java:126)
        
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
        
org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
        org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
        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:563)
        
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)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


I have checked my JSP page and there is a closing </ds:QuestionBox> tag 
present. 





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936940#3936940

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936940


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to