Bug 8225

Summary: TLV incorrectly flagging error against <fmt:setBundle> if var is specified and scope is not.
Product: Taglibs Reporter: Ryan Lubke <Ryan.Lubke>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major CC: sabreware
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Ryan Lubke 2002-04-17 20:13:07 UTC
According to the spec, the followng:

<fmt:setBundle basename="some.Resources scope="request"/>

Will set the javax.servlet.jsp.jstl.fmt.localizationContext so the scope
specified.

Instead, the following is received:

Illegal scope attribute without var in "fmt:setBundle" tag
Comment 1 Jan Luehe 2002-04-17 21:00:34 UTC
Fixed. <fmt:setBundle> now is allowed to have a "dangling" scope.
Comment 2 Jan Luehe 2002-04-17 21:10:11 UTC
BTW: The bug synopsis should have been:

  TLV incorrectly flagging error against <fmt:setBundle> if scope is specified
and var is not.

I think you got it the other way around. ;-)
Comment 3 Jan Luehe 2002-04-22 19:28:23 UTC
*** Bug 8376 has been marked as a duplicate of this bug. ***