Thanks for all your help.

I have this another  case now, i have a download link.

The code that downloads file is below:

Link<Void> link = new Link<Void>("dataExportLink")
{
private static final long serialVersionUID = 1L;
public void onClick() 
{                               
IRequestHandler handler = new DataExportHandler(a,b,c,d...);                    
                        
RequestCycle.get().scheduleRequestHandlerAfterCurrent(handler);                 
                        
}
};   
When this link is clicked the Busy Indicator kicks in but it never goes away
even after file has been downloaded. How Can i make the busy indicator work
for this case.

Thanks



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Busy-Indicator-to-prevent-user-activity-tp4657877p4657932.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to