I have correct the mistake, but it
still not work?
davy.mailing
2006-09-04
发件人: Bruno
Aranda
发送时间:
2006-09-04 16:20:45
收件人: MyFaces
Discussion
抄送:
主题: Re: Schedule
component, mouseListener is not triggered At all
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

