Re: simple struts example : HTTP 404

2006-01-05 Thread Rick Reumann
[EMAIL PROTECTED] wrote the following on 1/5/2006 9:03 AM: Rakesh, I think you should have following doctype in your struts-config.xml Configuration 1.2//EN" " http://struts.apache.org/dtds/struts-config_1_2.dtd";> Currently you have following doctype: Configuration 1.2//EN" "http://jakarta.

RE: simple struts example : HTTP 404

2006-01-05 Thread Ramkumar.Sakthivel
PROTECTED] -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 7:40 PM To: Struts Users Mailing List Subject: Re: simple struts example : HTTP 404 Importance: Low [EMAIL PROTECTED] wrote: >The problem is resolved. > > For future refe

Re: simple struts example : HTTP 404

2006-01-05 Thread Dave Newton
[EMAIL PROTECTED] wrote: The problem is resolved. For future reference, it's helpful to include how the issue was resolved: this way the archives maintain a more complete record of problems and resolutions. Dave - To

RE: simple struts example : HTTP 404

2006-01-05 Thread Ramkumar.Sakthivel
PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 7:34 PM To: Struts Users Mailing List Cc: Rakesh Bhat-IC; user@struts.apache.org Subject: RE: simple struts example : HTTP 404 Rakesh, I think you should have following doctype in y

RE: simple struts example : HTTP 404

2006-01-05 Thread Sunil_Sahu
Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]>, From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:36PM Subject: RE: simple struts exa

RE: simple struts example : HTTP 404

2006-01-05 Thread Sunil_Sahu
y the Action Servlet? Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]>, From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:36PM Subject: RE: simple s

RE: simple struts example : HTTP 404

2006-01-05 Thread Pazhanikanthan Periasamy
, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]>, From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:36PM Subject: RE: simple struts example : HTTP 404 Yes sir. Kind regards, Rakesh Bhat Pri

RE: simple struts example : HTTP 404

2006-01-05 Thread Rakesh.Bhat
--Original Message- From: Pazhanikanthan Periasamy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 3:16 PM To: Struts Users Mailing List Cc: Rakesh Bhat-IC Subject: RE: simple struts example : HTTP 404 Have u configured your web.xml with the Strust Action Servlet? Have u associ

RE: simple struts example : HTTP 404

2006-01-05 Thread Pazhanikanthan Periasamy
lt;[EMAIL PROTECTED]> Date: 01/05/2006 03:32PM Subject: RE: simple struts example : HTTP 404 Now I changed this,early it was http://localhost:8080/Emp_App/setupEmployeeForm.do This is not working also. Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex

RE: simple struts example : HTTP 404

2006-01-05 Thread Rakesh.Bhat
P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]> From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:24PM cc: Subject: RE: simple struts example : HTTP 404 See after I click on

RE: simple struts example : HTTP 404

2006-01-05 Thread Pazhanikanthan Periasamy
(India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]> From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:24PM cc: Subject: RE: simple struts example : HTTP 404 See after I click on below link in index.js

RE: simple struts example : HTTP 404

2006-01-05 Thread Rakesh.Bhat
IC Subject: RE: simple struts example : HTTP 404 Kindly send the URL thru which u are accessing it from the Browser. Unless we see that we cant debug. Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EM

RE: simple struts example : HTTP 404

2006-01-05 Thread Pazhanikanthan Periasamy
lt;[EMAIL PROTECTED]> Date: 01/05/2006 03:14PM Subject: RE: simple struts example : HTTP 404 Yes,sir.I am accessing it thru your browser. Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/servic

RE: simple struts example : HTTP 404

2006-01-05 Thread Rakesh.Bhat
akesh.Bhat@ iflexsolutions.com -Original Message- From: Pazhanikanthan Periasamy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 2:28 PM To: Struts Users Mailing List Cc: Rakesh Bhat-IC Subject: Re: simple struts example : HTTP 404 You have not specified how you are accessing it

Re: simple struts example : HTTP 404

2006-01-05 Thread Pazhanikanthan Periasamy
2006 02:23PM Subject: simple struts example : HTTP 404 Hi, I have just started writting struts application,however i am getting a HTTP 404 error. Below is my index.jsp <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"; %> <%@ taglib prefix=&

simple struts example : HTTP 404

2006-01-05 Thread Rakesh.Bhat
Hi, I have just started writting struts application,however i am getting a HTTP 404 error. Below is my index.jsp <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"; %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> Add An Employee Here