|
volunteerFlag is a ddl where user will specify "yes" or "no". In the DB, the column name is called vtcc_volunteer_flag. The data type is char. The data recorded will be yes or no. In my mapping class, it is
class =sg.gov.ncss.vcfms.training.beans.VfsTrgCrsCatDTO'
without the space. Don't know why it just doesn't get inserted into the DB.
|