Hi,

We are converting the normal display of datas using html tables to display
tag.
I am getting the below error while running my jsp in weblogic 8.1.
(If i remove the taglib uri/prefix the code works fine in old logic.)

<%@ taglib prefix="display" uri="http://displaytag.sf.net"%>

My Web.xml is as below

<taglib>
                <taglib-uri>http://displaytag.sourceforge.net/</taglib-uri>
               
<taglib-location>/WEB-INF/ops/tags/displaytag.tld</taglib-location>
</taglib>

I have the below jars in WEB-INF/lib directory

displaytag-export-poi-1.1.jar
displaytag-1.1.jar


javax.servlet.ServletException: org/apache/commons/lang/UnhandledException
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:352)
at XYZServlet.forwardToPage(XYZServlet.java:301)
at XYZServlet.forwardToJsp(XYZServlet.java:276)
at XYZServlet.processRequest(XYZServlet.java:238)
at XYZServlet.$BIP$doPost(XYZServlet.java:190)
at XYZServlet.doPost(XYZServlet.java)
at XYZServlet.$BIP$doGet(XYZServlet.java:48)
at XYZServlet.doGet(XYZServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:10
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
at rnd.servlet.filter.AccFilter.$BIP$doFilter(AccFilter.java:145)
at rnd.servlet.filter.AccFilter.doFilter(AccFilter.java)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletConte
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)


-- 
View this message in context: 
http://www.nabble.com/javax.servlet.ServletException%3A-org-apache-commons-lang-UnhandledException-tf4782042.html#a13680678
Sent from the DisplayTag - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to