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

Re:Upgrade from struts1.0 to 1.2

2005-11-10 Thread bhas4
Yes, I have tried everything that is relavent for the upgrade as mentioned in the wiki page - http://wiki.apache.org/struts/StrutsUpgradeNotes11to124, I do not see any wiki pages that talk about upgrade from 1.0 to 1.2 version, could only get 1.1 to 1.2 document. As per the above wiki page, I ha

Re:Upgrade from struts1.0 to 1.2

2005-11-09 Thread bhas4
It was used in one of the jsp page, I have removed it.. but still the same issue it shows a blank page for my action. Let me give more information about my error: 1. I have turned on debugging & I see my "action" servlet which is nothing but an extended class of ActionServlet gets initialized pro