Re: ajax progress indicator

2008-05-02 Thread Martin Makundi
I haven't found much. Here are some snipplets that may be of use: public class AjaxIndicatorContainer extends WebMarkupContainer { /** * Constructor for TODO * @param form */ public AjaxIndicatorContainer(Form form) { super(ajaxIndicator); // wicket:id

RE: ajax progress indicator

2008-05-02 Thread i ii
much work for simple feature, no? Date: Fri, 2 May 2008 15:46:04 +0300 From: [EMAIL PROTECTED] To: users@wicket.apache.org Subject: Re: ajax progress indicator I haven't found much. Here are some snipplets that may be of use: public class AjaxIndicatorContainer extends

RE: ajax progress indicator

2008-05-02 Thread Martin Grigorov
Subject: Re: ajax progress indicator I haven't found much. Here are some snipplets that may be of use: public class AjaxIndicatorContainer extends WebMarkupContainer { /** * Constructor for TODO * @param form */ public AjaxIndicatorContainer(Form form) { super

Re: ajax progress indicator

2008-05-02 Thread michalb_cz
i ii wrote: is documentation available for ajax progess indicator. i cannot find :( see http://blog.ehour.nl/index.php/archives/18 scroll straight to bottom of the entry and look at the comments from Lock and other wicket commiters too Jonathan Locke: