Bug 8545 - if a scope is set for fmt:setLocale a validation error is thrown
Summary: if a scope is set for fmt:setLocale a validation error is thrown
Status: RESOLVED INVALID
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 08:21 UTC by Prasad Subramanian
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Prasad Subramanian 2002-04-26 08:21:02 UTC
if we set a scope for the configuartion variable in fmt:setLocale ,a validation 
error is thrown:

=============================================
org.apache.jasper.JasperException: Validation error messages from tag library 
fmt
Illegal scope attribute without var in "fmt:setLocale" tag.
Comment 1 Jan Luehe 2002-04-26 20:07:13 UTC
Not a bug.
You need to remove the "ea" from your page's taglib directive, i.e.,
change

  uri="http://java.sun.com/jstl/ea/fmt"
  
to

  uri="http://java.sun.com/jstl/fmt"