Re: [S2] Integrating with springframework and tiles

2007-08-31 Thread Antonio Petrelli
2007/8/31, Eugen Stoianovici [EMAIL PROTECTED]: I'm using using struts 2.0.9 with springframework 2.0.6 and i want to use tiles as a template engine. Now in struts1 i would use org.apache.struts.tiles.xmlDefinition.I18nFactorySet to initialize the

[S2] Integrating with springframework and tiles

2007-08-30 Thread Eugen Stoianovici
I'm using using struts 2.0.9 with springframework 2.0.6 and i want to use tiles as a template engine. Now in struts1 i would use org.apache.struts.tiles.xmlDefinition.I18nFactorySet to initialize the org.springframework.web.servlet.view.tiles.TilesConfigurer but there's no such class in

Re: [S2] Integrating with springframework and tiles

2007-08-30 Thread George Dadulescu
Just add the tile listener in the web.xml file of your application and set a tiles result type in the struts.xml file. On 8/31/07, Eugen Stoianovici [EMAIL PROTECTED] wrote: I'm using using struts 2.0.9 with springframework 2.0.6 and i want to use tiles as a template engine. Now in struts1 i

Re: [S2] Integrating with springframework and tiles

2007-08-30 Thread Eugen Stoianovici
wouldn't this affect the spring listener? George Dadulescu wrote: Just add the tile listener in the web.xml file of your application and set a tiles result type in the struts.xml file. On 8/31/07, Eugen Stoianovici [EMAIL PROTECTED] wrote: I'm using using struts 2.0.9 with springframework