Hi webworker

Today we came across a problem which caused us some headache 
to find out. 

Situation:
An Action class with some getter/setter methods for member fields.
An ActionBeanInfo class with some PropertyEditor assignments.
And of course the PropertyEditors itself.

Problem:
We added in a jsp a new hidden html form field which should access a new
Action member field. To achieve that we added a new member field with 
the corresponding setter/getter methods in the Action class.

But during the execution of the jsp file the member field never got updated.
It took us a long time to find the problem. 
It was because of the missing PropertyEditor assignment in the
ActionBeanInfo.

Question:
Why do we have to set up a PropertyEditor for each member field? 
Wouldn't it be straight forward, not to do any validation if no
PropertyEditor
 is assigned? Or is it simply a bug?

Cheers
-Paolo






 

_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to