Hello Friends,

             Am new to struts i had created an Login Application i
configured all things like
      1. struts-config.xml
      2. web.xml
      3. index.jsp
      4. LoginAction.java
      5. LoginForm.java

*I got an error " javax.servlet.jsp.JspException: Cannot find ActionMappings
or ActionFormBeans collection"*

I tried all kind of tips from internet.
At last i copied an old struts-config.xml and web.xml from other project and
then configured it.
Now my login application running well.

How it working now.
The real problem is missed to include DTD's in both xml and
struts-config.xml. I think thats the problem. If it so how can i remeber
those DTD lines.
*
<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>*

Help me how can i rectify this. Is there any default option in Netbeans or
Eclipse to create  stuts-config.xml file with DTD.



Thanks and regards,
Kamalakannan JS

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to