AbstractAjaxTimerBehaviour sets Transient object to null when same page in opened in new tab

2010-02-02 Thread Lina Thomas
Hi I have a Page on which I am have to execute a long running task when a form is submitted. This is what I do 1. I have a transient FutureTask member variable in the page 2. On submit of the form i create a callable and instantiate the FutureTask 3. I start the

Open a Modal Window within a Panel from a FileUpload form

2009-05-27 Thread Lina Thomas
Hi Hi I have a page that has a FileUpload form. Once the file is uploaded successfully onSubmit of the form I need to open a panel in ModalWindow. There is no Ajax event to fire which leaves me searching for ways to open the ModalWindow. I need to open the ModalWindow only on successful upload