Hello,

I wish to display/read value that belongs to an enumerated type. Struts
seems to handle Class and Enum differently. For instance,

*xwork-conversion*
com.company.utils.Constants.EducationalQualification=com.company.ui.utils.EducationalQualificationConverter
java.util.Date=com.loandukaan.ui.utils.DateConverter

For the date parameter, the converter gets invoked. Whereas, for the type
EducationalQualification, the converter doesnt get invoked and the set
method in the form bean fails. Any thoughts?



-- 
Thanks
Ram

Reply via email to