Re:Upgrade from struts1.0 to 1.2
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 Broadband interface (RIA) + mail box saftey = http://Struts_User_List.roomity.com";>Struts_User_List.roomity.com *Your* clubs, no sign up to read, ad supported; try broadband internet. ~~1131704528710~~
Re:Upgrade from struts1.0 to 1.2
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 NullPointerException (I will try to put a wiki to explain this... so that others will not have face these issues) I think NullPointerException is happening because of some MessageResource configuration missing or something like that... I will send an email about the same after debugging it further. -Bhaskar Broadband interface (RIA) + mail box saftey = http://Struts_User_List.roomity.com";>Struts_User_List.roomity.com *Your* clubs, no sign up to read, ad supported; try broadband internet. ~~1131971378859~~
Re:Upgrade from struts1.0 to 1.2
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 Broadband interface (RIA) + mail box saftey = http://Struts_User_List.roomity.com";>Struts_User_List.roomity.com *Your* clubs, no sign up to read, ad supported; try broadband internet. ~~1132068638597~~