Dear all
 
I am using Schedule component like this
 
   <t:schedule value="#{pt_addEntryHandler.model}"
    id="schedule1"
    rendered="true"
    visibleEndHour="18"
    visibleStartHour="8"
    workingEndHour="17"
    workingStartHour="9"
    readonly="false"
    theme="default"
    tooltip="true"
    submitOnClick="true"
    mouseListener="#{pt_addEntryHandler.onMouseClickAction}"/>
 
in the bean file
 
    public void onMouseClick(ScheduleMouseEvent event){
        log.debug("select time ="+event.getClickedTime());
    }
 
but when i clicked the schedule,  the method was not called at all
 
Does somebody knows why?
 

davy.mailing
2006-09-04

Reply via email to