Hi I would like to use DataFormBean with properties are not primative types like int, java.lang.String
What are the requirements to create a customized property type? For example, I have a DUNS java class which is a specialized string. What kind of methods in my DUNS class that I need to implement to make DanaFormBean happy? (like toString, DUNS(String init), etc??) Suggestions are greatly appreciated. -Dan

