i am using my eclipse for the development
everything was working ine before i tried to use the display tag



On 4/5/08, Alberto A. Flores <[EMAIL PROTECTED]> wrote:
>
> Please note:
>
> java.lang.NoClassDefFoundError:
> *org/apache/commons/lang/UnhandledException
> *
>
> Indicates the classloader couldn't find a class (which one, you may ask?).
> Looks like commons.lang couldn't find the UnhandledException class. Please
> make sure you have all displaytag dependencies. You may want to consider
> using maven2 to avoid these problems.
>
>
> On Sat, Apr 5, 2008 at 1:52 PM, aum strut <[EMAIL PROTECTED]> wrote:
>
> > yes i have already put the display tag jr file in my lib folder
> > only problem in my opinion is use of
> >
> > <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %>
> > tag lib directiveas removing this directive will aslo remove the
> > exception,
> > according to exceptin it is unable to find the class.
> > myself also trying to use the display tag first time with struts2 and i
> am
> > also not sure abot how to configure it with struts2.
> >
> >
> > On 4/5/08, Dave Newton <[EMAIL PROTECTED]> wrote:
> > >
> > > --- aum strut <[EMAIL PROTECTED]> wrote:
> > > > here is the exception which i am facing
> > > >
> > > > java.lang.NoClassDefFoundError:
> > > *org/apache/commons/lang/UnhandledException
> > > > *
> > >
> > > So what does that exception tell you?
> > >
> > > (I have very limited internet access today, so I can't look up the
> > > requirements for displaytag. but do you have all the required
> libraries
> > > for
> > > it?)
> > >
> > > Dave
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
>
>
>
> --
> Alberto
> http://www.linkedin.com/in/aflores
>

Reply via email to