Hi Dan, > jakarta-turbine-2/src/java/org/apache/turbine/services/localization/LocalizationTool.java > > Index: LocalizationTool.java > > =================================================================== > RCS file: > /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/localization/LocalizationTool.java,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -u -r1.1 -r1.2 > --- LocalizationTool.java 13 Oct 2001 23:22:52 -0000 1.1 > +++ LocalizationTool.java 27 Feb 2002 17:17:23 -0000 1.2 > @@ -61,6 +61,7 @@ > import org.apache.turbine.services.localization.Localization; > import org.apache.turbine.services.pull.ApplicationTool; > import org.apache.turbine.util.RunData; > +import org.apache.turbine.util.Log; > > /** > * A pull tool which provides lookups for localized text by > delegating > > >
There was more to my patch in this file - the get() method was changed to use the getString method on Localization. Any reason for not applying that bit? I need it to be done as it then allows the new localization feature to be used transparently in the velocity templates. I didn't think it had any adverse effects. Thanks, Chris ===== Need somewhere to Live in London? - Then go to http://freeflats.com __________________________________________________ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
