Wonderfull! It works!. I just need one last detail:
The retourn of testbean.result is a String-"Message" which i would like to have on the alert Window.
If i type
alert("<%=testbean.result(param1,param2,param3) %>)
this runs the methode, but i get not the "return".
If i add a output.println...