Hi,

I have been testing tomcat 4.1.10 with our web application,
which uses i18n tag from jakarta-taglibs. When running
it under 4.1.10 with jsp default settings in web.xml it
produces very odd results - it seems that each i18n tag
return same string to page (the string might be the
one the first tag returns, I'm not sure). When
I add 

        <init-param>
            <param-name>enablePooling</param-name>
            <param-value>false</param-value>
        </init-param>

to web.xml, the application works perfectly and the result
is similar as in tomcat 4.0.x. 

        Ari S.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to