2013/2/13 Eric Rank <ericr...@lo-fi.net>:
> Thanks Paul,
>
> It does look like dtd named in the struts.xml is inconsistent with the
> dtd's that are actually in the jar file.
>
> I appreciate the help

As Paul already said, the problem is related to DOCTYPE mismatch in
struts.xml, xwork.xml, it should be like this:

<!DOCTYPE xwork PUBLIC
        "-//Apache Struts//XWork 2.0//EN"
        "http://struts.apache.org/dtds/xwork-2.0.dtd";>

<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
    "http://struts.apache.org/dtds/struts-2.3.dtd";>

And the missing http://struts.apache.org/dtds/ is related to site
migration to the new CMS/SvnPubSub at Apache and will be solved soon
:-)


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to