There's commons-digester-1.8.jar under struts 2.1.5 lib files. you also need commons-beanutils-1.7.0.jar. The location for 2.1.5 is http://people.apache.org/builds/struts/2.1.5/
On Wed, Jan 7, 2009 at 4:21 PM, Biesbrock, Kevin <biesbrock.ke...@aoins.com>wrote: > Aha! I had this same problem and was planning on submitting it today. > You beat me to it. > > Commons Digester does not appear to be released with Struts 2.x ... > unless it is not named with "Digester" or I'm missing it. > > > Beez > ( 4961 > > -----Original Message----- > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Wednesday, January 07, 2009 10:43 AM > To: Struts Users Mailing List > Subject: Re: Tiles with Struts 2.1.5 > > You are missing dependencies, in this case Commons Digester > (http://commons.apache.org/digester/) > > musachy > > On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu <ekaya...@gmail.com> > wrote: > > Hi, > > I'm using Struts 2.1.5 with convention plugin. I'm in the learning > > process and trying several things (action, rule annotations, hibernate > etc). > > Everything was working ok until today. i started using Tiles. > > I copied > > > > struts2-tiles-plugin-2.1.5.jar > > tiles-api-2.0.6.jar > > tiles-core-2.0.6.jar > > tiles-jsp-2.0.6.jar files into my lib folder. These files come with > > struts 2.1.5. > > > > I added > > <listener> > > > > > <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-c > lass> > > </listener> > > to web.xml file. > > > > This is my struts.xml: > > <struts> > > <package name="default" extends="struts-default"> (There was > also > > namespace="/", but later i removed it. but nothing changed) > > <result-types> > > <result-type name="tiles" > > class="org.apache.struts2.views.tiles.TilesResult" /> > > </result-types> > > </package> > > </struts> > > > > I couldn't quite understand this package thing. Maybe the problem is > > with my struts file. I can also paste tiles.xml if it is necessary to > > diagnose the problem. > > I get > > HTTP Status 404 - /adv_ment/admin/login/index problem. And these are > the > > lines from eclipse console: > > > > SEVERE: Exception sending context initialized event to listener > > instance of class org.apache.struts2.tiles.StrutsTilesListener > > java.lang.NoClassDefFoundError: org/apache/commons/digester/Rule > > at org.apache.tiles.definition.UrlDefinitionsFactory.init > > at > > org.apache.tiles.impl.BasicTilesContainer.initializeDefinitionsFactory > > at org.apache.tiles.impl.BasicTilesContainer.init > > .............. > > > > Thanks in advance. Sorry for keeping it long. > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >