Hi,
I am trying to migrate a
struts Applciation to Portal using Struts Portlet FrameWork.
I get this exception <code>NoClassDefFoundError: /ibm/servlet/dynacache/EntryInfo No message text associated with key Servlet.com.ibm.wps.portlets.struts.WpsStrutsPortlet.was.found,.but.is.missing.another.required.class.
This.error.typically.implies.that.the.servlet.was.originally.compiled.with.classes.which.cannot.be.located.by.the.server.
Check.your.classpath.to.ensure.that.all.classes.required.by.the.servlet.are.present.
..This.problem.canbe.debugged.by.recompiling.the.servlet.using.only.the.classes.in.the.application's
</code>
I think I might be missing any jar file.
Appreciate any help on that