Summary: | EL evaluator doesn't find "time" property for java.util.Date | ||
---|---|---|---|
Product: | Taglibs | Reporter: | Hans Bergsten <hans> |
Component: | Standard Taglib | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | CLOSED INVALID | ||
Severity: | critical | ||
Priority: | P3 | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All |
Description
Hans Bergsten
2002-07-28 02:44:51 UTC
In your example, "exp" is a java.lang.String, which has no 'time' property; ${exp} is a java.util.Date, which does. :) How embarrasing; you wouldn't believe how much time I spent trying to make sure I didn't do anything wrong and looking for other reasons before I sumbitted the bug report ;-) |