Re: convertDateTime caching (bug?)

2008-10-03 Thread Matthias Wessendorf
In Trinidad, we pass the actual ValueBinding / ValueExpression to the converter instance, on getTimeZone(), for instance, we actually all valueBinding.getValue(context), to get the value. The standard does the resolving on the tag class:

Re: convertDateTime caching (bug?)

2008-10-03 Thread Sam Witty
Matthias, Yup I saw that in the in the source code as well, which is why I though it was a bug (maybe still is a bug?) after all what is the point of allowing the use of an EL expression if you are only going to evaluate it once? I will look at Trinidad... And probably use it since I can not

Re: convertDateTime caching (bug?)

2008-10-03 Thread Matthias Wessendorf
On Fri, Oct 3, 2008 at 10:27 PM, Sam Witty [EMAIL PROTECTED] wrote: Matthias, Yup I saw that in the in the source code as well, which is why I though it was a bug (maybe still is a bug?) after all what is the point of allowing the use of an EL expression if you are only going to evaluate it