Re: ExternalService callback
"Howard M. Lewis Ship" <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.devel |
|---|---|
| Message-ID | <055701c2a4b9$348baff0$3dc41e42@howardczkz2sl3> |
Actually, that's the whole point. Your page must implement the IExternalPage interface, which defines one method: activateExternalPage(). There's your callback. See the JavaDoc for more details. ----- Original Message ----- From: Niklas Ekman To: '[email protected]' Sent: Thursday, December 12, 2002 1:39 PM Subject: [Tapestry-developer] ExternalService callback Hello Is it possible to have a callback for the external service, so that the callback is fired to a page with the supplied parameters? Thanks, Niklas Ekman