Re: Creating listener urls

2006-08-24 Thread Ron Piterman
Sure - so, what is that you are asking? how to generate an URL? In Tapestry, EngineService is responsible to generate URLs and respond to them. Implement your own service and let it check for a request parameter you add in your java script. You will however have to pass a basic url (generat

Re: Creating listener urls

2006-08-24 Thread Vinicius Carvalho
Hello Jesse, not really, as I understood the bind, needs a url right? What I need is that url :) I think I might be going against tapestry internal architecture (I don't fully understand it, but for what I've seen it seems that it always bind in the url the component it's invoking right? like: con

Re: Creating listener urls

2006-08-24 Thread Jesse Kuhnert
What, do you mean like "bind" ? http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js?view=markup On 8/24/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Hello there! In my page I have lots of Asynchronous calls using XMLHttpRequest. I'm having a har

Creating listener urls

2006-08-24 Thread Vinicius Carvalho
Hello there! In my page I have lots of Asynchronous calls using XMLHttpRequest. I'm having a hard time dealing with so many calls, I'll show way: I did not use the XTile component, because I need a better suport from the Service, and also It's a fire and forget way, I don't need response. So My