Evening I am playing with the schedule from the sandbox and the inputDate tag. I created a schedulemodel bean and an appointment model bean (just like the examples) where the the schedulemodel is a a managed property of the appointment bean. When I select an appointment from the schedule running in tab one of an <x:tabbedPane> I see from the debug output that the model is set in the appointment bean. When I display the title from the selectedEntry (model.getSelectedEntry()) it displays fine. Displaying the startDate does not display at all. The entry is there. I can see that the getTitle in my appointmentbean is called. The getStartDate however is not called. When go to a different page the getStartDate is called. Can anyone tell me what is going on here?
Ron PS I can make source code available if needed -- The box said "Requires Windows 95 or better." I can't understand why it won't work on my Linux computer.

