Re: Tiles, ActionComponentServlet, WebLogic 6.0sp1, NoSuchMethodError

2001-11-14 Thread Cedric Dumoulin
It looks like you haven't commons' jar in WEB-INF/lib. Add commons-digester.jar, commons-beanutils.jar and commons-collections.jar in WEB-INF/lib, and all should work. Also, it seems that you use Struts1.0, so I advice you to use tilesForStruts1.0.jar. Hope this help, Cedric Phil Maher

Tiles, ActionComponentServlet, WebLogic 6.0sp1, NoSuchMethodError

2001-11-13 Thread Phil Maher
I'm having a problem replacing the struts 'ActionServlet' with tiles 'ActionComponentServlet', I keep getting this exception (using WebLogic 6.0sp1) : -=-=- Error loading servlet: 'action' java.lang. NoSuchMethodError at org.apache.commons.digester.Digester.getReader(Digester.java:527) at org.ap