Introduction
Palmer's Family
His Background
Suspicious Deaths
Palmer's Crime
Palmer Arrested
The Trial
Execution
Related Topics
 
  <!-- <!-- Begin // ADDITIONAL NOTES // The input variables to the toggle function are the number of the submenu to open/close, // starting with 0, and the number of pixels to move the objects below. // For example toggle(1,60) opens/closes the second submenu and moves the objects below 60 pixels. var nom = 9; // Number of menus var usePictures = 1; // use pictures? 1 = yes, 0 = no var ttls = new Array(); // An array for the title objects var subs = new Array(); // An array for the submenu objects var lastn; var lastmove; if (document.layers) { visible = 'show'; hidden = 'hide'; } else if (document.all) { visible = 'visible'; hidden = 'hidden'; } for (var i = 1; i <= nom; i++) { ttls[i] = ('title' + i); subs[i] = ('submenu' +i); } function picopen(n) { title = ('title' + n); pic = ('pic' + n); if (document.layers) { document.layers[title].document.images[pic].src = "assets/images/opened.gif"; } else if (document.all) { document.all(pic).src = "assets/images/opened.gif"; } } function picclose(n) { title = ('title' + n); pic = ('pic' + n); if (document.layers) { document.layers[title].document.images[pic].src = "assets/images/closed.gif"; } else if (document.all) { document.all(pic).src = "assets/images/closed.gif"; } } lastn = (nom + 1); lastmove = 0; function lasttoggle(n,move) { if (n <= nom) { menu = ('submenu' + n); if (document.layers) { submenu = document.layers[menu]; } else if (document.all) { submenu = document.all(menu).style; } if (submenu.visibility == visible) { submenu.visibility = hidden; picclose(n); // Remove this if you don't use pictures for (var i = (n+1); i <= nom; i++) { if (document.layers) { document.layers[ttls[i]].top -= move; document.layers[subs[i]].top -= move; } else if (document.all) { document.all(ttls[i]).style.pixelTop -= move; document.all(subs[i]).style.pixelTop -= move; } } } } } function toggle(n,move) { menu = ('submenu' + n); if (document.layers) { submenu = document.layers[menu]; } else if (document.all) { submenu = document.all(menu).style; } if (submenu.visibility == visible) { submenu.visibility = hidden; if (usePictures) picclose(n); for (var i = (n+1); i <= nom; i++) { if (document.layers) { document.layers[ttls[i]].top -= move; document.layers[subs[i]].top -= move; } else if (document.all) { document.all(ttls[i]).style.pixelTop -= move; document.all(subs[i]).style.pixelTop -= move; } } } else { submenu.visibility = visible; if (usePictures) picopen(n); if (lastn != n) { lasttoggle(lastn,lastmove); } for (var i = (n+1); i <= nom; i++) { if (document.layers) { document.layers[ttls[i]].top += move; document.layers[subs[i]].top += move; } if (document.all) { document.all(ttls[i]).style.pixelTop += move; document.all(subs[i]).style.pixelTop += move; } } } lastn = n; lastmove = move; } // End --> function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //-->
  The 'Palmer Act' allows trial to be in London:

The Trial was moved away from Stafford.
The concerns about getting an unbiased jury led to them rushing through a special Act of Parliament. The Act finalised on 11th April 1856, just one month before Palmer was tried, was initially known as The Trial of Offences Act 1856' but later became known as 'The Palmer's Act'. It remains on the Statute Book to this day.

Two versions of the story:
One version is that feelings in Rugeley, and in Staffordshire generally, were running so high against William Palmer that it was thought to be impossible for him to receive a fair trial at Stafford Assizes.

However another version is that he was very popular and would not have been found guilty had he been tried locally.

Lord Justice Campbell who was the senior judge at Palmer' trial suggested in his autobiography that, had Palmer been tried at Stafford Assizes, he would have been found not guilty. This contradicts the stories in the press that the trial was switched to London because in Staffordshire people were so biased against Palmer that he would have automatically been found guilty.

The first page of the Act
which cameto be known as the 'Palmer Act'.
Notice the date
of 11th April 1856, a month before Palmer's trial.

 

Another Act of Parliament was brought about as a direct result of Palmer's Trial. The other Act ensured that insurance could not be taken out on a person by other persons who would stand to gain financially by the death of the insured person. Had this law been in force then Palmer would not have been able to insure the life of his brother Walter or try to insure the life of George Bates said to have been his groom. Before this Act insurance could be "a temptation to murder".

Only nine years after the Palmer trial, in 1865, another act was brought in to force which, although not directly linked to Palmer's case, might have shed more light on the case. The act, known as 'The Denham Act' gave the right for the defence counsel in a trial to make a second speech to sum up the case for the accused.

In 1898 the passing of the 'Criminal Evidence Act' meant that accused could, if they so wished give evidence, and be cross-examined, from the witness box. If they did not wish to give evidence they ran the risk of the jury making the assumption that they had something to hide.

See also how the trial differed from trials today.