Re:Upgrade from struts1.0 to 1.2

2005-11-15 Thread bhas
We found one more thing that is not documented as part of upgrade steps are - All the perform* methods have been removed from ActionServlet & user is supposed to code a customer RequestProcessor & override them (if he had earlier had customer ActionServlet). -Bhaskar --

Re:Upgrade from struts1.0 to 1.2

2005-11-14 Thread bhas
Thanks for your help! I was able to narrow down the reason for display of a blank page, basically struts 1.0 had perform() method that has been replaced with execute() method & since execute() methods was missing in my action classes it was not displaying anything now getting some NullPoin

Re:Upgrade from struts1.0 to 1.2

2005-11-11 Thread bhas
I think its not getting till the jsp page as the jsp files are not compiled when I hit the index.do url. Can you help me little bit on how to turn on the logging as I do not see any of the struts action servlet logs getting printed. -Bhaskar