Re: ActionForward is not workinh

2007-10-03 Thread aum strut
thks Ted. But what i came to know is some thing different initially i thought that it is the action servlet which is not working but when i saw the log file of tomcat it is showing me the exception CallsNotFound and the class is AcionServlet. I cross checked the configuration flies but thay are

Re: ActionForward is not workinh

2007-10-03 Thread Ted Husted
It looks like the execute method is misspelled as "excute". If you are using a modern IDE, it should show the "execute" method as overriding the one provided by the base Struts Action class. For Struts 1 development, MyEclipse 6 has some excellent tools that can help you get started. This is les

ActionForward is not workinh

2007-10-02 Thread aum strut
Hi all, i am new to the struts,i am developing a struts based small application for loggin and then to forward the control to the sucess.html if loggin succeed else to failure. my index form is being displayed ok.but when i submittedthe form it is showing the blank page. the criteria for the succe