I have an object calendar of type AppointmentCalendar. In a jsp called calendar.jsp, I call one of calendar\'s propertie
calendar
AppointmentCalendar
calendar.jsp
You should add a public getDay() method to AppointmentCalendar. Spring needs this getter to get the value of day.
getDay()
day
In general when using Spring managed beans/classes always add the respective getter and setter methods.