struts examples in a security manager

2014-03-18 Thread Cameron Morris
Anyone ever got the struts examples running in a security manager? I've burned a month trying to do it and I've a hundred questions about it.

struts2-cdi-plugin-2.3.15.2.jar not in download

2013-09-24 Thread Cameron Morris
I've been looking for the cdi-plugin, expecting it to be in the struts-2.3.15.2-all.zip download but its not there. I couldn't find it in the 2.3.15.1 download either. A co-worker said he found it in a maven repository but that he couldn't find the md5 hashes to verify the download. Any reason t

Re: intercepter parameters in actions

2013-06-26 Thread Cameron Morris
, Jun 26, 2013 at 9:28 AM, Cameron Morris wrote: > Thanks Umesh, > Would the expected behavior change if referencing a stack? > example: > > >A > > > > >B > > > > > On Wed, Jun 26, 2013 at 8:55 AM, Umesh Awasthi wrote: >

Re: intercepter parameters in actions

2013-06-26 Thread Cameron Morris
ction/request but only once and any such > action level data changes are not the best place to do that > > On Wed, Jun 26, 2013 at 8:22 PM, Cameron Morris wrote: > > > Hello Strut-ers, > > > > When I override an interceptor's parameter in several actions, only the

intercepter parameters in actions

2013-06-26 Thread Cameron Morris
Hello Strut-ers, When I override an interceptor's parameter in several actions, only the last action's parameters are applied. (Note I'm not referencing a stack, but just one interceptor.) I was expecting that a separate interceptor was created for each action or that the param would be set befor