Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 89713 invoked from network); 4 Feb 2003 02:32:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Feb 2003 02:32:02 -0000 Received: (qmail 14221 invoked by uid 97); 4 Feb 2003 02:33:38 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@nagoya.betaversion.org Received: (qmail 14214 invoked from network); 4 Feb 2003 02:33:37 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Feb 2003 02:33:37 -0000 Received: (qmail 89509 invoked by uid 500); 4 Feb 2003 02:32:00 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 89498 invoked from network); 4 Feb 2003 02:32:00 -0000 Received: from shawidc-mo1.cg.shawcable.net (HELO pd5mo3so.prod.shaw.ca) (24.71.223.10) by daedalus.apache.org with SMTP; 4 Feb 2003 02:32:00 -0000 Received: from pd5mr1so.prod.shaw.ca (pd5mr1so-qfe3.prod.shaw.ca [10.0.141.232]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H9R004HZJ1EDI@l-daemon> for taglibs-user@jakarta.apache.org; Mon, 03 Feb 2003 19:32:02 -0700 (MST) Received: from pn2ml6so.prod.shaw.ca (pn2ml6so-qfe0.prod.shaw.ca [10.0.121.150]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H9R0047AJ1E3K@l-daemon> for taglibs-user@jakarta.apache.org; Mon, 03 Feb 2003 19:32:02 -0700 (MST) Received: from kimiko (h24-78-132-76.vc.shawcable.net [24.78.132.76]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with SMTP id <0H9R00H8JJ1DDA@l-daemon> for taglibs-user@jakarta.apache.org; Mon, 03 Feb 2003 19:32:02 -0700 (MST) Date: Mon, 03 Feb 2003 18:29:42 -0800 From: Vernon Wu Subject: How to retrieve the value of Config.FMT_LOCALE using JSTL To: taglibs-user@jakarta.apache.org Reply-to: vernonw@gatewaytech.com Message-id: MIME-version: 1.0 X-Mailer: Opera 6.05 build 1140 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 (Normal) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I use the Config.set to set up the locale for my project. It works great in terms of locale setting. I need to use the locale information to alter presentation (JSP) such as the order of year, month, day. My problem is how to retrieve the locale setting with JSTL, althought I know how to retrieve regular values set in various scope. ${sessionScope.Config.FMT_LOCALE} won't field the value, doesn't it? Thanks for your help. Vernon --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org