Hi experts,

I am facing the problem :

- I have one action link in tml with its name is alink binding with zone

<t:actionlink id="alink"  t:zone = "resultZone" />

- in Java code I have:

onActionFromALink() {

// do something
if (request.isXHR()) {
   return resultZone;
}

}

So now I would like to do something in another thread and after this thread
completed, I will render resultZone. Is that possible ? Because I would
like to increase performance in case "do something" consume a lot of time.

Thanks,
Duy.



--

Reply via email to