I am trying to run rr_lesson1 project on WSAD5.0.
"http://www.reumann.net/struts/lesson1.do."
After enetering name and age and press submit button i am getting blank page and log shows like this.Can any one tell me what this means? and how to fix it?. I tried all the lessons and getting the same problem whn submits.
[4/11/05 19:02:52:661 PDT] 2df70b40 WebGroup I SRVE0180I: [
Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Processing a GET for /setUpEmployeeForm
[4/11/05 19:02:52:661 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Setting locale 'en_US'
[4/11/05 19:02:52:661 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Looking for ActionForm bean under attribute 'employeeForm'
[4/11/05 19:02:52:661 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Creating new ActionForm instance of class 'net.reumann.EmployeeForm'
[4/11/05 19:02:52:691 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Storing instance under attribute 'employeeForm' in scope 'request'
[4/11/05 19:02:52:701 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Populating bean properties from this request
[4/11/05 19:02:52:701 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Validating input form properties
[4/11/05 19:02:52:701 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Looking for Action instance for class net.reumann.SetUpEmployeeAction
[4/11/05 19:02:52:721 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Double checking for Action instance already there
[4/11/05 19:02:52:721 PDT] 2df70b40 WebGroup I SRVE0180I: [Struts rr lesson 2] [/rrlesson2] [Servlet.LOG]: action: Creating new Action instance
Thanks
Sudhakar