Re: java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread konkere
nope. we use fmt only for localized messages, so fmt:message/ -- View this message in context: http://www.nabble.com/java.lang.ClassCastException-%40-org.apache.taglibs.standard.tag.common.fmt.BundleSupport-tp21030184p21031282.html Sent from the Taglibs - User mailing list archive at

Re: java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread ebsilva
Are you using fmt tag to format values? konkere empe...@inbox.ru 16/12/2008 08:10 Please respond to Tag Libraries Users List taglibs-user@jakarta.apache.org To taglibs-user@jakarta.apache.org cc Subject java.lang.ClassCastException @

Re: java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread Kris Schneider
What version of the Standard taglib are you using? What's a PRO? Are you saying that the same code works in one environment and not another? Does your application make use of: Config.set(..., Config.FMT_LOCALIZATION_CONTEXT, ...) On Tue, Dec 16, 2008 at 4:57 AM, konkere empe...@inbox.ru wrote:

java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread konkere
yesterday i got this fancy exception: java.lang.ClassCastException: javax.servlet.jsp.jstl.fmt.LocalizationContext at

Re: java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread konkere
PRO is production. yes, what i say is exactly as you assumed: same JSPs work on our production and fail locally. anyway, the issue is resolved, it was unrelated to jstl or standard taglib, but to do with classloading. -- View this message in context: