Bug 7216 - fmt:bundle not spec-compliant
Summary: fmt:bundle not spec-compliant
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0B1
Hardware: Sun Solaris
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 18:15 UTC by georg-schmid
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 georg-schmid 2002-03-18 18:15:06 UTC
<fmt:bundle basename="my.resource.bundle" scope="session"/>

Validation error messages from tag library fmt
null: Illegal scope attribute without var in "fmt:bundle" tag.

According to the spec:
An empty <fmt:bundle> action that is specified without the var attribute may be
used to set the javax.servlet.jsp.jstl.fmt.basename attribute in the scope
given by the scope attribute, thereby making its base name the (new) default for
that scope.

Georg
Comment 1 Shawn Bayern 2002-03-18 18:40:34 UTC
Thanks.  This was an oversight on my part in the TLV.  All fixed.