maybe

new AjaxSelfUpdatingTimerBehavior( Duration.seconds(2) ){
  private static final long serialVersionUID = 1L;

  protected void onPostProcessTarget(AjaxRequestTarget target){
    // Add new feed back message
    target.addComponent( .... );
}
};
-- 
View this message in context: 
http://www.nabble.com/invoking-an-ajax-refresh-tp24258665p24277846.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to