I have a struts based application in which I have several different views. In each view, when the user clicks on the Fetch button, the application runs a stored proc or query on the database. Depending on the filters provided by the user, this query may take a long time. I would like to inform the user that their request is being processed. How can I achieve this? Javascript?
Can someone please help me get started?
Thanks