[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
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts
Configuration 1.2//EN" "
http://struts.apache.org/dtds/struts-config_1_2.dtd">
Currently you have following doctype:
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts
Configuration 1.2//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
Could you explain why he should have the first one? I figured the one in
the latest Struts release build would be the one to use which is:
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD
Struts Configuration 1.2//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
(Same as the one Rakeesh is using.)
--
Rick Reumann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]