Re: 2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Dave Newton
--- On Sun, 11/9/08, Jeromy Evans wrote: > No, you can't use both approaches in the same app. Yeah, the more I dug into it the more I realized that. I'm not sure I like that so much. > That's not a complete solution though. The rest plugin > overrides the ActionProxyFactory with one that create

Re: 2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Jeromy Evans
Dave Newton wrote: Removing the REST plugin restores regular S2 .action accessibility. So I guess my questions are: is this by design, and is there a way to combine both in the same app? No, you can't use both approaches in the same app. You can get most of the way by setting up the a

Re: 2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Dave Newton
Removing the REST plugin restores regular S2 .action accessibility. So I guess my questions are: is this by design, and is there a way to combine both in the same app? Dave --- On Sat, 11/8/08, Dave Newton wrote: > Running 2.1.3, playing with REST plugin again. > > - o.a.s2.d.ng.filter.StrutsP

2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Dave Newton
Running 2.1.3, playing with REST plugin again. - o.a.s2.d.ng.filter.StrutsPrepareAndExecuteFilter. - web.xml has actionPackages param, foo.bar - struts.xml has some actions not in foo.bar pkg I can only access non-foo.bar actions through show!execute.json URLs; I can't do show.action like I'd ex