Re: tomahawk t:schedule not reacting to mouseListener setting

2012-01-24 Thread Milan Durovic
Thanks Georg, I also looked into the definition of org.apache.myfaces.UISchedule and tried replacing "mouseListener" attribute with mouseListenerExpression, like here: and finally I did get SOME response in the form of an error report due to wrong wiring, but AT LEAST I could see that mouse eve

Re: tomahawk t:schedule not reacting to mouseListener setting

2012-01-22 Thread Milan Durovic
... just to add something I tried in the meantime. I created a page that doesn't use facelets, but with the basically same content, to see if facelets have anything to do with the reported problem. They don't. The problem is still there: everything works, except for capturing mouse clicks.

tomahawk t:schedule not reacting to mouseListener setting

2012-01-21 Thread Milan Durovic
Hi, I'm trying to handle mouse click events over schedule entries in t:schedule Tomahawk component. In the page definition I have: and the method is defined as: public String clicked( ScheduleMouseEvent event ) { switch( event.getEventType() ) … Originally, method "clicked" w

where is the Planner component, with monthly/weekly views?

2009-02-06 Thread Milan Durovic
Hi all, first posting. I found a few pages about the Planner component, derived from the work by Jurgen Lust, how it was to be part of MyFaces, etc, but now I can't find any reference. I downloaded the latest sandbox, because these pages were implying that's where the component will be, but