You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/12/12 02:04:34 UTC

DO NOT REPLY [Bug 15703] - Illegal scope attribute without var in "fmt:setLocale" tag

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15703>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15703

Illegal scope attribute without var in "fmt:setLocale" tag

pierre.delisle@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pierre.delisle@sun.com
         AssignedTo|jsr-052-experts@eng.sun.com |tomcat-
                   |                            |dev@jakarta.apache.org
             Status|ASSIGNED                    |NEW
          Component|Standard Taglib             |Jasper
            Product|Taglibs                     |Tomcat 5
            Version|unspecified                 |5.0.16



------- Additional Comments From pierre.delisle@sun.com  2003-12-12 01:04 -------
The JSP 2.0 spec now states the following:

TagLibraryValidator() 

  public ValidationMessage[] 
    validate(java.lang.String prefix, 
             java.lang.String uri,
             PageData page)

...
uri - the tag library’s unique identifier

(uri used to be defined as: 
"uri - the value of the uri argument in the directive")

This change to the spec means that this bug should now be solved with a JSP 2.0
container. But I still get an error with Tomcat 5.0.16. Thanks for looking into
this!

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org