Re: FormInjector

2014-10-07 Thread Bob Harner
I haven't used it. A quick net search found very few questions about it, and those were mostly several years back. I guess it's fine to remove it if the release notes mention another way to accomplish the same thing. On Oct 3, 2014 7:38 PM, "Howard Lewis Ship" wrote: > Just a survey ... does ANYB

Re: FormInjector

2014-10-07 Thread Stefan Schuetz
No, no need. Am 04.10.2014 um 01:38 schrieb Howard Lewis Ship : > 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 Apac

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

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: FormInjector example problem

2012-12-27 Thread bhorvat
I think I have found the way to trigger the call using jquery plugin. It is using $('#injector').tapestryFormInjector("trigger"); However my next problem is how can I get the id of the FormInjector component I have tried @Component private FormInjector injectImages; String cli

Re: FormInjector component example

2009-04-21 Thread Robert Zeigler
AjaxFormLoop uses this component. Robert On Apr 21, 2009, at 4/218:33 AM , Hugo Palma wrote: Is there any usage example out there ? I'm trying to figure out if the component fits my use case but i can't quite understand how it works. Thanks. -

Re: FormInjector Component

2009-03-12 Thread Tapestry Infodea
http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormInjectorDemo.java http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/test/app1/FormInjectorDemo.tml Eldred Mullany ha scritto: Hi Doe