ok, thanks, work fine, but I use 
 dojo.event.connect(tapestry, 'loadContent', function(id, node,
element){xxxxxxx});  
to hide the status, the problem is when the response is empty function to
hide status not shoot, what you suggest to solve this...
                

Andreas Andreou wrote:
> 
> no direct way - however, you can get notified when the following are
> executed:
> tapestry.linkOnClick(url, id, isJson, eventName)
> tapestry.form.submitAsync(form, content, submitName, parms)
> 
> and use their id or the form argument
> 
> Something like:
> dojo.event.connect(tapestry,'linkOnClick', function(url, id, isJson,
> eventName) { /* custom code */} );
> 
> 
> On Jan 21, 2008 7:42 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote:
>>
>> Hi people, how i can get ID of component who shoot ajax request, i what
>> to
>> show a ajaxstatus not for all component with async=true, only for
>> component
>> that I specific .
>> --
>> View this message in context:
>> http://www.nabble.com/AjaxStatus-tp15002537p15002537.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/AjaxStatus-tp15002537p15074485.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to