I had a go with cribbing the calculator example into our code - a basic form
submit roundtrip to the action bean which returns a simple String a la the
calculator example. Now, it does truck off to the server and does return the
string. However, on Firefox 1.5 it also returns several hundred characters
of junk. I'm thinking this is going to be a Javascript in Firefox problem
rather than a Stripes problem but I wondered if other people had come across
this type of issue.