Struts should deal with that for you - providing you are using the struts tags correctly ;-)
Can you show some example code?
At a guess you are probably providing "value" attributes with all of your <html:text> tags.
If you just use the formBean "property" rather than "value" as well it should work I think