I'm trying to use XTile to implement a similar effect to what the EventListener annotation does, but in JDK 1.4. So, i have the XTile component all setup, i get it to call my listener method and in the listener method i call cycle.getResponseBuilder().updateComponent("mycomp").
Problem is, nothing happens. The component doesn't get updated. I'm guessing more plumbing work needs to be done for this to work. Any ideas ?