Hello Fred, Well you could use a ServiceLink component and you could call the service "restart", so that when the user clicks the link or the button, the application will restart.
This will be done in your html. for example: <a jwcid="@ServiceLink" service="restart"> Restart Application </a> Regards. --- "(al)Fred Heller" <[EMAIL PROTECTED]> wrote: > Hi everybody > > A simple first contact question: I would like users of a Tapestry > interface to be able to restart the application from an error page. Hence > I introduce a button that could call the page "Home". However, this way > the current stages are remembered and I would prefer to get the the same > result at to call the service "restart". > How can I call this restart service from within my code? > > Thanks in advance > > Fred > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > The Greatest Thing You'll Ever Learn It's Just To Love And Be Loved In Return --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
