we upgraded to Struts 1.2.4

since then some form fields are not filled anymore. e.g. we have a input 
type="text" field in our jsp which contains a date. in the form bean we 
have a setter with a string argument that converts the fields contents 
from string to date. the form bean has a member variable that keeps the 
transformed date as Date object and the getter returns a Date object. 
Worked fine with Struts 1.1.X. Now the setter is never called (tried with 
system.out statements). what are we missing?

thx
__
Matthias Stoll
hpi GmbH
Application Development
Web site: http://www.hpigmbh.com

Reply via email to