Hi again I probably try to simplify my stupid question again as follows: I have a person pojo class for a database table person and which has corresponding user interface called PersonPage which shows entries on the gui table. What I need to do is if the user got entered in the database table (via desktop client) the GUI table then can be updated. Is there a way that PersonPage get notified on insertion whithout refreshing the page.
I shall be grateful for any help you offer. Shiraz On Fri, Apr 24, 2009 at 11:21 AM, shiraz memon <[email protected]>wrote: > Hi > I have two questions: > 1. Is there a possibility to add an ajax timer behaviour to individual > marker or an overlay. > 2. How do I send an event (could be ajax) from WebApplication to its child > pages, for instance the WebApplication is implementing some database > listener and if the change occurs it should propagate the change to its > selected child pages? > Thanks, > Shiraz >
