FOcus goes back to MWS

Hi,

We plan on using Business Console so our client can use this UI to work on their taks (very simple caf),
I face an issue where the user accept is task, but when he completes it, the focus goes back to the standard MWS UI and not the Business Console.

This is a major show stopper.

Any idea ?

In the Task application , in the Task Portlet for Taskview, change the command button for “Complete” to async command button.

and then remove the following line from from completeTask Action in the managedBean class.

getFacesContext().getExternalContext().redirect(url);

Thank you Vinay, It worked with your solution.

HAve a good day!