Hi, I keep seeing that jsf forms have enctype="application/x-www-form-urlencoded" (which you can see if you view the html source through your browser). Could anyone briefly explain what it means, and why it's required? Does it mean that submitted form data is transfered to the server using a different encoding than standard html forms (that don't specify "enctype")? And does it affect ...