Struts 1.2 version extending RequestProcessor clas
I am using Struts 1.2.
When we extend RequestProcessor class to customize ActionServlet, it looks like log() method of RequestProcessor is deprecated in Struts 1.2 version
In this version(1.2), which method do i need to use instead of log()
Please advise.
Thanks
|