Have you checked schedule example 5? In that example, the getModel().getSelectedEntry() returns the correct entry when called from the action method.
Are you using Facelets? Jurgen Op ma, 11-09-2006 te 09:15 -0700, schreef Julian Ray: > Does anyone have any ideas on this? I've been pulling my hair out over it for > two days now :) > > Thanks > Julian > > > Julian Ray wrote: > > > > I'm having problems getting the clicked entry from the scheduler. The > > ScheduleMouseEvent is set to SCHEDULE_ENTRY_CLICKED but in the mouse > > listener event and the action event the getModel().getSelectedEntry() is > > always null and isEntrySelected() always returns false. > > > > Have I missed something? Do I ahve to select the entry somehow? > > > > Thanks > > Julian > > >

