The method called should be 'onMouseClickAction', from what I read in
the mouse listener
mouseListener="#{pt_addEntryHandler.onMouseClickAction}"/>
and not 'onMouseClick'...
Cheers,
Bruno
On 9/4/06, davy.mailing <[EMAIL PROTECTED]> wrote:
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