Re: Missing ValueEncoder for java.util.Calendar

2011-08-11 Thread Thiago H. de Paula Figueiredo
On Thu, 11 Aug 2011 15:48:55 -0300, Eric Torti wrote: Hi, Thiago, Hi! :) I'm tackling the construction of a Calendar Value Enconder and, as you've said it, the javadocs are pretty much it :] ;) I didn't get though how do I address localization issues. For example, if the String received

Re: Missing ValueEncoder for java.util.Calendar

2011-08-11 Thread Eric Torti
Hi, Thiago, I'm tackling the construction of a Calendar Value Enconder and, as you've said it, the javadocs are pretty much it :] I didn't get though how do I address localization issues. For example, if the String received as a parameter for the toValue(...) method and it is formatted according

Re: Missing ValueEncoder for java.util.Calendar

2011-08-11 Thread Thiago H. de Paula Figueiredo
On Thu, 11 Aug 2011 12:45:16 -0300, Eric Torti wrote: Thank you, Thiago! You're welcome! Normally I prefer to use Calendar, so I'll try to provide a value encoder for that type on my project. Do you know of any implementation for that or something similar? I've googled it with no success

Re: Missing ValueEncoder for java.util.Calendar

2011-08-11 Thread Eric Torti
Thank you, Thiago! Normally I prefer to use Calendar, so I'll try to provide a value encoder for that type on my project. Do you know of any implementation for that or something similar? I've googled it with no success :] On Thu, Aug 11, 2011 at 12:36 PM, Thiago H. de Paula Figueiredo < thiag...@

Re: Missing ValueEncoder for java.util.Calendar

2011-08-11 Thread Thiago H. de Paula Figueiredo
On Thu, 11 Aug 2011 11:50:20 -0300, Eric Torti wrote: Hello, guys! Hi! Do I have to provide a value encoder for Calendar, or am I missing something on the configuration of the project? I've searched around the docs but didn't quite get it. As far as I know having editable class fields