Hi all,

           I can run the servlet,Filters and Struts programs.Now i am doing
struts2.0 examples for this link :
  
http://www.vaannila.com/struts-2/struts-2-example/struts-2-annotation-example-1.html

ERROR:

With FIlter tags: 
   In web.xml i mentioned the "filter" tags. When i run the index.jsp, Its
not running. Showing ERROR:.......The requested resource (/struts2_app1/) is
not available.

With out Eilter Tags: 
   Now i delete the filter tags Its showing ERROR:

org.apache.jasper.JasperException: An exception occurred processing JSP page
/index.jsp at line 11

* <title>Hello World</title>

* </head>

* <body>

* <s:form action="welcome-user" >

* <s:textfield name="userName" label="User Name" />

* <s:submit />

* </s:form>



Plz give solution..........


--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts2-0-tp4740540p4740540.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to