I have lately been wondering, what's the real difference between DirectLink and ExternalLink. It looks like I can boil it down to just what listener method they call.
- PageLink goes to a page, without using a listener method. - DirectLink goes to a user defined listener method. - ExternalLink goes to a predefined listener method (activateExternalPage). So I can have DirectLinks work like ExternalLinks if they call the activateExternalPage listener method ( might have to change the signature to do this ofcourse ). Does that summarize it all? Is there any more state magic that Tapestry is doing? Any differences between 3x and 4x? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
