There is no possibility to actually create an alternative JspConfig, since
you cannot create own JspProperties. This possibility seems to be implied,
though, since org.apache.jasper.Options includes 'public JspConfig
getConfig()'.

It would be helpful for me.

Patch against public CVS is attached.

Matthias
-- 
Matthias Ernst
Software Engineer

CoreMedia - Smart Content Technology
==== 
//coremedia/thirdparty/apache/jakarta-jasper2/src/share/org/apache/jasper/compiler/JspConfig.java#2
 - 
/home/mernst/p4/main/thirdparty/apache/jasper2/src/share/org/apache/jasper/compiler/JspConfig.java
 ====
@@ -398,7 +398,7 @@
        private Vector includePrelude;
        private Vector includeCoda;
 
-       JspProperty(String isXml, String elIgnored,
+       public JspProperty(String isXml, String elIgnored,
                    String scriptingInvalid, String pageEncoding,
                    Vector includePrelude, Vector includeCoda) {
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to