I donot know what is the wrong with that Tomact.I have executred my
struts example successfully yesterday.Now I am executing it.it is not genrating the class file for
jsp in work directory.
I am really fedup with that stupid behaviour of this tomact. I had spend omy 4 hour wht still I am at same level.
I have a two classes 1) example.NameForm 2) example.NameAction
And jsp is this
strutsconfig file <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
<struts-config>
<form-beans>
<form-bean name="nameForm" type="example.NameForm"/>
</form-beans>
<action-mappings>
<action path="/Name" type="example.NameAction" name="nameForm" input="/index.jsp">
<forward name="success" path="/displayname.jsp"/>
<forward name="failure" path="/index.jsp"/>
</action>
</action-mappings>
</struts-config>
please help me out......
