You don't have the Apache Commons Lang library on your classpath.  Try
dropping it into the WEB-INF/lib directory of your web app.  This is a
standard dependency for displaytag.  You're probably missing some other
stuff too.  Check out:

http://displaytag.sourceforge.net/11/displaytag/dependencies.html

Rick Herrick
[EMAIL PROTECTED]

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:displaytag-
> [EMAIL PROTECTED] On Behalf Of SourceForge.net
> Sent: Wednesday, September 13, 2006 4:34 AM
> To: [EMAIL PROTECTED]
> Subject: [displaytag-user] [displaytag - Help] Exception in using display
> tag
> 
> 
> Read and respond to this message at:
> https://sourceforge.net/forum/message.php?msg_id=3912139
> By: hailace
> 
> I am using the following code on jsp but it is throwing an error.
> 
> Followwing is the error:
> java.lang.NoClassDefFoundError: org/apache/commons/lang/UnhandledException
>       java.lang.Class.getDeclaredConstructors0(Native Method)
>       java.lang.Class.privateGetDeclaredConstructors(Class.java:1618
> 
> 
> The code being used is
> 
>    <%ArrayList arr=(ArrayList)request.getAttribute("List");
>     System.out.println("this is array "+arr.size());
>      request.setAttribute( "test", arr); %>
> 
>     <display:table name="test" id="test">
>      <display:column property="name" title="Name" />
>   <display:column property="address" />
>   <display:column property="phNo" />
>     </display:table>
> 
> 
> Please advise.
> 
> 
> ______________________________________________________________________
> You are receiving this email because you elected to monitor this forum.
> To stop monitoring this forum, login to SourceForge.net and visit:
> https://sourceforge.net/forum/unmonitor.php?forum_id=249318
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to