Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Finally I resolved it. Tiles - Servlet 3.0.1 jar was missing and had to add tiles 3 jars and their dependencies. Thanks everyone for your time and patience. On Wed, Jan 14, 2015 at 2:41 PM, Kiran Badi wrote: > I am not sure but I am circling with different exception with little > progress. > >

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
I am not sure but I am circling with different exception with little progress. Let me start over, I have netbean project which has NB struts 2 plugin and this nb plugin has 2.3.15 as base library. I downloaded struts 2.3.15 all zip from struts 2 apache site and installed struts 2 spring plugin. T

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Ken McWilliams
The steps for integration from scratch is here(useful to understand what the plugin is doing exactly): http://stackoverflow.com/questions/13337938/how-to-integrate-struts-2-with-tiles-3 The steps assume maven. Of further use regarding tiles3 integration this may also be useful: http://stackoverflow

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
thanks Chris, Makes Sense. On Wed, Jan 14, 2015 at 5:43 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > Hi Lukasz > > > > I downloaded complete struts 2.3.15 package which contains all jars and > > have put everything under app /web inf lib folder. Then I removed tiles > 2 > > p

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Christoph Nenning
> Hi Lukasz > > I downloaded complete struts 2.3.15 package which contains all jars and > have put everything under app /web inf lib folder. Then I removed tiles 2 > plugin jar. Is this not suppose to work > > But I do believe more of version mismatch but not sure which jar let me > check again

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-14 Thread Lukasz Lenart
Here is the proper configuration, see my comments below chain2 username /WEB-INF/jsp/example/HelloWorld.jsp 2015-01-13 3:39 GMT+01:00 Tenchi Masaki : > Yes, at first I thought that I was supposed to pass the "includes" param > into the "chain" resu

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Hi Lukasz I downloaded complete struts 2.3.15 package which contains all jars and have put everything under app /web inf lib folder. Then I removed tiles 2 plugin jar. Is this not suppose to work But I do believe more of version mismatch but not sure which jar let me check again On Wednesday, Ja