Re: AjaxStatus

2008-01-24 Thread DR_GLoPeL_BouCa
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

Re: AjaxStatus

2008-01-21 Thread Andreas Andreou
, 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 co

AjaxStatus

2008-01-21 Thread DR_GLoPeL_BouCa
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

Re: AjaxStatus not working when not using @Shell?

2007-12-28 Thread Andreas Andreou
I did check, and i don't see any problems with using AjaxStatus with ScriptIncludes (in T4.1.4-SNAPSHOT). You can open a JIRA if you like, and attach a test case that fails perhaps... As for the other question, tacos isn't replacing any of Tapestry's features - it just offers

Re: AjaxStatus not working when not using @Shell?

2007-12-27 Thread Kaspar Fischer
On 26.12.2007, at 18:18, Andreas Andreou wrote: It should work, but I can try and look it up a bit... what Tapestry version? That would be great. The version is 4.1.3. By the way, I have a very basic question: What is the relation between Tapestry 4.x and the current version of Tacos (4.1.1)

Re: AjaxStatus not working when not using @Shell?

2007-12-26 Thread Andreas Andreou
It should work, but I can try and look it up a bit... what Tapestry version? On Dec 26, 2007 5:22 PM, Kaspar Fischer <[EMAIL PROTECTED]> wrote: > Dear list, > > I am trying to display a "please wait" text during an asynchronous AJAX > request and went for > > style="display:none;color:white;ba

AjaxStatus not working when not using @Shell?

2007-12-26 Thread Kaspar Fischer
Dear list, I am trying to display a "please wait" text during an asynchronous AJAX request and went for style="display:none;color:white;background:red"> Loading... which I cannot get to work. From AjaxStatus.script I see that a dojo.require("tapestry.fx"); should get output into m