What's wrong with this picture? I can't seem to set the locale correctly - it always prints out as en_US.
<%@ taglib prefix="f" uri="http://java.sun.com/jstl/fmt" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<f:setLocale value='es'/>
<c:out value="${pageContext.request.locale}"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]