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 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 Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
> @hlship
>


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 Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> @hlship


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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?
> >> 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 Tapestry
> >>
> >> The source for Tapestry training, mentoring and support. Contact me to
> >> learn how I can get you up and productive in Tapestry fast!
> >>
> >> (971) 678-5210
> >> http://howardlewisship.com
> >> @hlship
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York


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 tempted
>> to just remove it outright.
>> 
>> -- 
>> Howard M. Lewis Ship
>> 
>> Creator of Apache Tapestry
>> 
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>> 
>> (971) 678-5210
>> http://howardlewisship.com
>> @hlship
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> @hlship


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 clientId = injectImages.getClientId();

But I get null for client id.

My idea is that once ajaxupload is triggered I will run a javascript
function that will trigger the form injector to inject new form elements. So
I need the client id of the component. Any suggestions?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/FormInjector-example-problem-tp5719031p5719035.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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.



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 

 


Does anyone have a demo / sample of how this component works in Tapestry
5? 

 


Thanks





-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org