Re: DateTimeField and java.util.Calendar

2008-11-28 Thread Timo Rantalaiho
On Thu, 27 Nov 2008, Eduardo Simioni wrote: If you want Wicket to be competitive, you should think about better and centralized documentation. Or better yet write it :) The wiki is centralised and open, everybody is more than welcome to update and improve it. documentation, and definitely

Re: DateTimeField and java.util.Calendar

2008-11-27 Thread Eduardo Simioni
. But I realized that it's stuck to java.util.Date, all my entities use java.util.Calendar to store dates. So the question is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried to find something in the list archive but looks like everybody uses

Re: DateTimeField and java.util.Calendar

2008-11-27 Thread Bruno Borges
to store dates. So the question is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried to find something in the list archive but looks like everybody uses java.util.Date, or I'm missing something silly. Thanks! Eduardo

Re: DateTimeField and java.util.Calendar

2008-11-27 Thread jWeekend
is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried to find something in the list archive but looks like everybody uses java.util.Date, or I'm missing something silly. Thanks! Eduardo

Re: DateTimeField and java.util.Calendar

2008-11-26 Thread Eduardo Simioni
to store dates. So the question is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried to find something in the list archive but looks like everybody uses java.util.Date, or I'm missing something silly. Thanks! Eduardo

DateTimeField and java.util.Calendar

2008-11-24 Thread Eduardo Simioni
Hi all, I'm trying to use the DateTimeField from the wicket-datetime project. But I realized that it's stuck to java.util.Date, all my entities use java.util.Calendar to store dates. So the question is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried

Re: DateTimeField and java.util.Calendar

2008-11-24 Thread Igor Vaynberg
to store dates. So the question is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried to find something in the list archive but looks like everybody uses java.util.Date, or I'm missing something silly. Thanks! Eduardo

Re: DateTimeField and java.util.Calendar

2008-11-24 Thread Jeremy Thomerson
project. But I realized that it's stuck to java.util.Date, all my entities use java.util.Calendar to store dates. So the question is: Is there a clean way to work with DateTimeField and java.util.Calendar targets? I tried to find something in the list archive but looks like everybody uses