Re: convention plugin struts.xml interceptors

2016-10-31 Thread Ronald Andersen
Hi Lakasz Below is the struts.xml and LoginAction (for reference). Using default for package name in struts.xml: http://struts.apache.org/dtds/struts-2.3.dtd";> package net.codejava.struts; import com.opensym

Re: convention plugin struts.xml interceptors

2016-10-31 Thread Ronald Andersen
Hi Martin, It threw the same exception after adding the annotations; including my struts.xml file: http://struts.apache.org/dtds/struts-2.3.dtd";> On Sun, Oct 30, 2016 at 6:53 PM, Martin Gainty wrote: > >

Re: convention plugin struts.xml interceptors

2016-10-31 Thread Lukasz Lenart
2016-10-30 18:59 GMT+01:00 ronald.a.ander...@gmail.com : > My actions are working fine by following the convention rules - no struts.xml > required; I need to configure a custom interceptor, so struts.xml is > required. As soon as I add the struts.xml, the following exception is > returned: > >