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
, 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
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
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
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)
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
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