Re: convention plugin struts.xml interceptors

2016-11-01 Thread Ken McWilliams
Am I wrong in assuming that this new package is supposed to be the default? If so it should extend conventions-default and there is some constant that should be set such that conventions uses this package by default. Also, perhaps of greater importance: If conventions was working before then the r

Re: convention plugin struts.xml interceptors

2016-11-01 Thread ronald.a.ander...@gmail.com
On 2016-11-01 12:20 (-0400), Lukasz Lenart wrote: > 2016-11-01 4:00 GMT+01:00 Ronald Andersen : > > Hi Lakasz > > > > Below is the struts.xml and LoginAction (for reference). Using default for > > package name in struts.xml: > > > > > > > > > "-//Apache Software Foundation//DTD Struts Config

Re: convention plugin struts.xml interceptors

2016-11-01 Thread Lukasz Lenart
2016-11-01 4:00 GMT+01:00 Ronald Andersen : > Hi Lakasz > > Below is the struts.xml and LoginAction (for reference). Using default for > package name in struts.xml: > > > > "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" > "http://struts.apache.org/dtds/struts-2.3.dtd";> > >

Re: convention plugin struts.xml interceptors

2016-11-01 Thread ronald.a.ander...@gmail.com
On 2016-10-31 15:58 (-0400), Lukasz Lenart wrote: > 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

Re: convention plugin struts.xml interceptors

2016-11-01 Thread ronald.a.ander...@gmail.com
On 2016-10-30 18:53 (-0400), Martin Gainty wrote: > > > > > From: ronald.a.ander...@gmail.com > Sent: Sunday, October 30, 2016 1:59 PM > To: user@struts.apache.org > Subject: convention plugin struts.xml interceptors > > My actions are working fine by follo