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.

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 ki...@poonam.org wrote: I am not sure but I am circling with different exception with little

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 plugin jar.

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:

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-14 Thread Lukasz Lenart
Here is the proper configuration, see my comments below action name=chain1 class=example.Login interceptor-ref name=basicStack/ result name=success type=chain param name=actionNamechain2/param /result /action action name=chain2 class=example.HelloWorld interceptor-ref

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,

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 In