ui action redirecting it to previous page
function onredirect(){ g_form.setMandatory('u_close_code',true); g_form.setMandatory('u_percentage_complete',true); g_form.setMandatory('u_is_this_request_completed',true); action.setRedirectURL(current);} here I have set it to current b...