Wednesday, June 25, 2025
31.9 C
Singapore

Lawyer Alfred Dodwell makes unreserved apology to Supreme Court in Kho Jabing's case

One of the lawyers who defended executed prisoner Kho Jabing has apologised for possibly being in contempt of Court and for possible offense of scandalising the Court. Lawyer Alfred Dodwell responded to Attorney-General’s Chambers suggestion on 25 May that the lawyers of Kho had abused court processes in his case, by filing multiple court applications last week in a bid to delay their client’s execution.
In a letter addressed to the Registrar of the Supreme Court he agreed that parts of his initial comment “were completely baseless, misleading and in contempt of Court.” He also accepted that his allegations did not constitute fair criticism, and have scandalised the Court.
In fully withdrawing his allegations, Mr Dodwell unreservedly apologised to judges Chao Hick Tin, Andrew Phang and other judges of the Supreme Court. In saying that he regretted in making the allegations, he undertook not to make same or similar allegations in the future.

See also  WP's Pritam Singh on GST hike: Make clear revenue and spending projections

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });