Re: fmt:message not using correct locale

2004-10-16 Thread Kumar V Kadiyala
ct locale On Sat, 16 Oct 2004 11:15:26 -0600, Kumar V Kadiyala <[EMAIL PROTECTED]> wrote: > Hi Martin, > > Thanks for the response. I use struts as the controller in my webapp (for > my Action classes). When you say struts and jstl should not be mixed are > you talking about t

Re: fmt:message not using correct locale

2004-10-16 Thread Kumar V Kadiyala
wo approaches. -- Martin Cooper On Fri, 15 Oct 2004 15:23:37 -0600, Kumar V Kadiyala <[EMAIL PROTECTED]> wrote: > Hello, > > I have a webapp which uses struts and jstl. I use the following code > snippet to display localized strings > > <%@ taglib uri="http://java.su

fmt:message not using correct locale

2004-10-15 Thread Kumar V Kadiyala
Hello, I have a webapp which uses struts and jstl. I use the following code snippet to display localized strings <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/fmt"; prefix="fmt" %> <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html