Re: FormInjector

2014-10-04 Thread George Christman
no On Sat, Oct 4, 2014 at 8:59 PM, Taha Siddiqi wrote: > I don't use it either. > > On Oct 4, 2014, at 5:02 PM, Geoff Callender wrote: > > > I don't. > > > > On 4 Oct 2014, at 9:38 am, Howard Lewis Ship wrote: > > > >> Just a survey ... does ANYBODY use the FormInjector component directly? > >>

Re: FormInjector

2014-10-04 Thread Taha Siddiqi
I don't use it either. On Oct 4, 2014, at 5:02 PM, Geoff Callender wrote: > I don't. > > On 4 Oct 2014, at 9:38 am, Howard Lewis Ship wrote: > >> Just a survey ... does ANYBODY use the FormInjector component directly? >> It's going to be a lot of work to upgrade it for 5.4 and I'm very tempte

5.4 PageActivationLink bug

2014-10-04 Thread George Christman
Hi guys, I think I found a bug in 5.4. I have the following page, Vehicle.class and within it a Request Parameter called "key" public class Vehicle.class { @ActivationRequestParameter(value = "_key") private String activationKey; } I also have an email service which is called by a method

Re: FormInjector

2014-10-04 Thread Geoff Callender
I don't. On 4 Oct 2014, at 9:38 am, Howard Lewis Ship wrote: > Just a survey ... does ANYBODY use the FormInjector component directly? > It's going to be a lot of work to upgrade it for 5.4 and I'm very tempted > to just remove it outright. > > -- > Howard M. Lewis Ship > > Creator of Apache

RE: Stitch observe component applied over DB entities

2014-10-04 Thread Lance Java
The stitch example you've referenced does exactly what you want from what I can see. Apart from filtering in the db query (rather than in the jvm) it's all there.