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

Reply via email to