How to show time in HH:MM format on the Y axix of a tr:chart

2009-01-10 Thread parthiv pradhan
Hello, I have this requirement where I want to show a trend of arrival of some sort of feeds over a period of days. On my X-axix I have plotted the dates in the format MM/DD/YY by using getLabels () method of the ChartModel. On the Y-axix I want to plot the time. But as you know to plot the Y

[jira] Created: (TOMAHAWK-1386) Hours and minutes reset if type=both in t:inputDate

2009-01-10 Thread Pavel Novakovich (JIRA)
Hours and minutes reset if type=both in t:inputDate - Key: TOMAHAWK-1386 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1386 Project: MyFaces Tomahawk Issue Type: Bug

[jira] Created: (TOMAHAWK-1387) Conversion buggy when using popupDateFormat

2009-01-10 Thread Bart Kummel (JIRA)
Conversion buggy when using popupDateFormat --- Key: TOMAHAWK-1387 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1387 Project: MyFaces Tomahawk Issue Type: Bug Components: Calendar

Re: How to show time in HH:MM format on the Y axix of a tr:chart

2009-01-10 Thread Matthias Wessendorf
I think we would need an enhancement for that. Kinda having a converter for the y-values, but not yet present. Feel free to contribute this extra functionality. -M On Sat, Jan 10, 2009 at 1:10 AM, parthiv pradhan parthiv.prad...@gmail.com wrote: Hello, I have this requirement where I want to

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Jan-Kees van Andel
2009/1/7 Mario Ivankovits ma...@ops.co.at: -Original Message- From: Jan-Kees van Andel [mailto:jankeesvanan...@gmail.com] Sent: Wednesday, January 07, 2009 8:15 AM To: dev@myfaces.apache.org Subject: Re: Scanning for annotated classes in MyFaces 2 It might be smart to put this

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Matthias Wessendorf
It might be smart to put this Shale code in a separate project. For example in Commons, since there are several Apache projects that need to scan for annotations, like EJB3 and JPA projects. there is something on the new open web beans podling (in the incubator) or, take a look a google

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Cagatay Civici
I see scannoation in openwebbeans, anyone tried it? As far as I know it's a one man project and dont know if he still maintains it. I think reflection.class stuff is problematic if you dont limit the package name to be scanned. On Sat, Jan 10, 2009 at 4:44 PM, Matthias Wessendorf

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Matthias Wessendorf
On Sat, Jan 10, 2009 at 10:09 AM, Cagatay Civici cagatay.civ...@gmail.com wrote: I see scannoation in openwebbeans, anyone tried it? As far as I know it's a one man project and dont know if he still maintains it. ah, so perhaps guice over scannoation ? -M I think reflection.class stuff is

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Matthias Wessendorf
On Sat, Jan 10, 2009 at 10:31 AM, Matthias Wessendorf mat...@apache.org wrote: On Sat, Jan 10, 2009 at 10:09 AM, Cagatay Civici cagatay.civ...@gmail.com wrote: I see scannoation in openwebbeans, anyone tried it? As far as I know it's a one man project and dont know if he still maintains it.

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Jan-Kees van Andel
I don't think Scannotation itself is an issue, but it has a required dependency on Javassist, which has an LGPL license. Isn't that a problem? Using Scannotation, however, would definitely ease development. /Jan-Kees 2009/1/10 Matthias Wessendorf mat...@apache.org: On Sat, Jan 10, 2009 at

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Andrew Robinson
Feel free to use my code for facelets annotation deployment: http://jsf-comp.sourceforge.net/components/facelets-deployment/index.html http://jsf-comp.svn.sourceforge.net/svnroot/jsf-comp/trunk/facelets/annotation-deployment/

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Matthias Wessendorf
On Sat, Jan 10, 2009 at 11:21 AM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: I don't think Scannotation itself is an issue, but it has a required dependency on Javassist, which has an LGPL license. Isn't that a problem? hrm, I think not really, b/c it's not a direct dependency.

Re: Scanning for annotated classes in MyFaces 2

2009-01-10 Thread Matthias Wessendorf
On Sat, Jan 10, 2009 at 11:34 AM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Feel free to use my code for facelets annotation deployment: http://jsf-comp.sourceforge.net/components/facelets-deployment/index.html