RE: Struts Type Conversion Problem

2007-11-02 Thread jignesh(india)
For the conversion to work with user.myDate, we need to create a properties file named User-conversion.properties and locate it in the directory where the user class resides (assuming your User class is an org.appfuse.model.User). Then inside that file, we have to put: mydate = tutorial.MyTypeCo

RE: Struts Type Conversion Problem

2007-11-02 Thread Shannon, Andrew
I also submitted an email yesterday related to type conversion and your observation below was very helpful. The fact that your case 2 doesn't work also describes my problem (submitted as "interceptor and converter cycle"). For now I guess I'll go with case 1 at the Action class level in order to