avec l’événement onclick du bouton. un exemple avec jquery


$('#idbouton').click(function(e) {
e.preventDefault();
$("#idForm")attr("action","/ton url action struts")
...