You're on the right track - add an AjaxTimerBehavior that updates the table (adds the table to the AjaxRequestTarget to be repainted). If you used your models properly - that's probably all that's needed. There are some gotchas with reloading repeaters, but give it a shot and then send some code if you can't get it working.
-- Jeremy Thomerson http://www.wickettraining.com On Fri, Apr 24, 2009 at 2:04 PM, shiraz memon <[email protected]> wrote: > 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 >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
