i have business variable "StudyLeave" with this attribute:
- percentage
- startdate
- enddate
- studydays
i want to display the values that i have submitted in instantiation form , Here is the script that i used to display my business variables:
- import java.util.logging.Logger
- def logger = Logger.getLogger(this.getClass().getName())
- logger.info("display my list:" + StudyLeave)
i choose from business variables "StudyLeave" to show all the object that have submit in the instantiation form , but the result display "com.company.model.StudyLeave@74aa5dec" instead of list of the value that i have entered in the form.