To call the restart service, say, inject the restart
service into your page .java class:

    @InjectObject("engine-service:restart")
    public abstract IEngineService
getRestartService();

           
     // To call restart service
           IEngineService restartService =
getRestartService();
            restartService.service(getRequestCycle());
   
Shing


--- Tapestry User List <[EMAIL PROTECTED]>
wrote:

> The method Activate from IRequestCycle is used for
> calling a page. How could
> I do to activate a service instead of a page?
> 
> Thanks a lot,
> 
> Didier
> 


Home page :
  http://uk.geocities.com/matmsh/index.html


                
___________________________________________________________ 
NEW Yahoo! Cars - sell your car and browse thousands of new and used cars 
online! http://uk.cars.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to