Re: Tapestry Ajax Implementation

2006-05-19 Thread Peter Dawn
perhaps all of us should help each other and lets start from scratch. i am also trying to get tapestry and ajax to work together but am stuck with things big time. the wiki page was very good. its funny i couldnt find that page through google. i am going to try and read that and then start from t

Re: Tapestry Ajax Implementation

2006-05-18 Thread Peter Svensson
I have to agree here. The Tacos examples are all way too complex if you are not experienced with them,or, indeed, with javascript. I had huge troubles understanding the basic issues over all the flags being dragged or not, as the case might be. On the other hand, the examples where much better th

Re: Tapestry Ajax Implementation

2006-05-18 Thread Onno Scheffers
Amit Gupta schreef: i had a look at tacos and google webtoolkit, but i am unable to find any instructions on how to install them from scratch and go about the process. any help??? Where exactly did you get stuck? It seems we've been on the same path, since I just started looking into AJAX

Re: Tapestry Ajax Implementation

2006-05-18 Thread Jesse Kuhnert
You can try looking at this page for what's going on with things, but currently the best reference (for tacos) that you have available is to download the demo and try following along with how it does things vs what the documentations says. http://wiki.apache.org/tapestry/41RenderCycleDesign On

Re: Tapestry Ajax Implementation

2006-05-18 Thread Amit Gupta
i have had a look at that already, but it doesnt help me much. its telling me what needs to be done, but the instructions are not clear enough and i started implementing it and then got stuck. its what i think anyways. --- Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > What's this then? > > http://t

Re: Tapestry Ajax Implementation

2006-05-18 Thread Jesse Kuhnert
What's this then? http://tacos.sourceforge.net/userguide/Setup.html On 5/18/06, Amit Gupta <[EMAIL PROTECTED]> wrote: hi all, i am trying to implement ajax within my tapestry application. whats the best place to start and how should i go about it. the reason for looking at ajax is that, i want

Tapestry Ajax Implementation

2006-05-18 Thread Amit Gupta
hi all, i am trying to implement ajax within my tapestry application. whats the best place to start and how should i go about it. the reason for looking at ajax is that, i want real time updates on my pages without constantly refreshing them. i had a look at tacos and google webtoolkit, but i am un