On 2/15/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Abhijeet Kahale <[EMAIL PROTECTED]> wrote: > > > I am using *struts2-tiles-plugin-2.0.5.jar* , * > > > > tiles-api-2.0-20070130.184344-3.jar* and * > > > > tiles-core-2.0-20070130.184344-3.jar* for the > > > integration. (but the struts > > > > core jar I am using is *struts2-core-2.0.1.jar > *) > > > > Why are you using 2.0.1 core and 2.0.5 tiles > plugin? > > This strikes me as being a bad idea, although I'll > > admit trying it never really crossed my mind. > > > I tried with struts2-core-2.0.1.jar, but it's still > not working. Did you mean 2.0.5?
:-) yes, my mistake, I replied over it after. Neway. Are you positive you have all the correct jars? It'd
probably be better if they were all from the same release.
I am using following jars :- antlr-2.7.2.jar cocoon.jar commons-beanutils-1.7.0.jar commons-chain-1.1.jar commons-collections-3.1.jar commons-digester.jar commons-fileupload.jar commons-lang-2.1.jar commons-logging-1.0.4.jar commons-validator-1.3.0.jar freemarker-2.3.8.jar ognl-2.6.9.jar oro-2.0.8.jar spring-aop-1.2.8.jar spring-beans-1.2.8.jar spring-context-1.2.8.jar spring-core-1.2.8.jar spring-web-1.2.8.jar struts-core-1.3.5.jar struts2-api-2.0.5.jar struts2-config-browser-plugin-2.0.5.jar struts2-core-2.0.5.jar struts2-struts1-plugin-2.0.5.jar struts2-tiles-plugin-2.0.5.jar tiles-api-2.0-20070130.184344-3.jar tiles-core-2.0-20070130.184344-3.jar xalan-2.4.0.jar xalan_1_2_D02.jar xerces-2.4.0.jar xml-apis.jar xwork-2.0.0.jar Is your tiles file actually getting deployed? here is the snippet from the Tomcat log which shows tiles container is initialized properly. <snip> Feb 15, 2007 10:18:39 AM org.springframework.web.context.ContextLoaderinitWebApplicationContext INFO: Root WebApplicationContext: initialization completed in 609 ms Feb 15, 2007 10:18:39 AM org.apache.tiles.impl.BasicTilesContainer init INFO: Initializing Tiles2 container. . . Feb 15, 2007 10:18:39 AM org.apache.tiles.impl.BasicTilesContainerinitializeDefinitionsFactory INFO: Tiles2 container initialization complete. Feb 15, 2007 10:18:39 AM org.apache.tiles.access.TilesAccess setContainer INFO: Publishing TilesContext for context: org.apache.catalina.core.ApplicationContextFacade Feb 15, 2007 10:18:43 AM com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register INFO: Parsing configuration file [struts-default.xml] </snip> d.