Up until now I've been fairly strict in Stripes that the tags should
mimic the HTML tags as close as humanly (or tagly) possible. This
has included the default behaviour for forms with no method attribute
specified. The HTML default is GET, and so that is how it is in
Stripes. In reality though I think that 99% of the forms submitted
using Stripes should be submitted using POST, and this would be one
place where it's sensible to break with convention. Does anyone else
have an opinion on the matter?