Changeset 2957

Show
Ignore:
Timestamp:
03/08/07 17:05:22 (5 years ago)
Author:
michael
Message:

Change namespace on JSTL core to match JSTL 1.1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/java/org/sarugo/xtc/tag/jstl/core/JstlCoreLibrary.java

    r2684 r2957  
    2323public final class JstlCoreLibrary extends AbstractTagLibrary { 
    2424 
    25     public final static String Namespace = "http://java.sun.com/jstl/core"; 
     25    public final static String Namespace = "http://java.sun.com/jsp/jstl/core"; 
    2626 
    2727    public final static JstlCoreLibrary Instance = new JstlCoreLibrary();