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
--
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
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
3 matches
Mail list logo