Re: Service question

2006-02-27 Thread Ivano
X-Tile from Tapestry Deli? http://www.t-deli.com/ Ivano Pagano. Vinicius Carvalho wrote: Hello there! Is it possible to have a service bound to a specific listener on my page? I mean, my page still uses the default service, but one of it's methods is bound to a different service. What I'm tr

Re: Service question

2006-02-27 Thread Dmitry Gusev
Why do you want to use a _page_ listener? Why just don't create a service which service() method would be that listener? Btw, tacos as far as I know invokes a page's listener. So tacos is what you need. It's not too complex at all. On 2/27/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > > Hell