I am a newbie reading "Struts in action" and am attempting to build the logon example in chapter 3. I am using Struts 1.1 and unfortunately the book is written primarily to Struts 1.0, which was the stable version at time of writing. Anyway, I get this when I build a couple of the java files:
warning: getDebug() in org.apache.struts.action.ActionServlet has been deprecated
[javac] if (servlet.getDebug() >= Constants.DEBUG)
Is there some recommended replacement for that construct?
Thanks. Dean Hoover
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

