You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Kevin Biesbrock (JIRA)" <ji...@apache.org> on 2008/11/21 14:43:39 UTC

[jira] Issue Comment Edited: (WW-1851) Struts 2.0 DTD missing "default-class-ref" element

    [ https://issues.apache.org/struts/browse/WW-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44968#action_44968 ] 

e011545 edited comment on WW-1851 at 11/21/08 5:43 AM:
---------------------------------------------------------------

Are there any plans to update the public DTD?  If not, could you please provide a short example DOCTYPE statement that would reference the core jar file?

<<Edit>>
I just received a correspondence with regard to reference a local DTD.  If anybody else was wondering, here's an answer:

<!DOCTYPE struts PUBLIC
        "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
        "/dtd/struts-2.0.dtd">

(Thanks, Justin)

      was (Author: e011545):
    Are there any plans to update the public DTD?  If not, could you please provide a short example DOCTYPE statement that would reference the core jar file?
  
> Struts 2.0 DTD missing "default-class-ref" element
> --------------------------------------------------
>
>                 Key: WW-1851
>                 URL: https://issues.apache.org/struts/browse/WW-1851
>             Project: Struts 2
>          Issue Type: Bug
>          Components: XML Configuration
>    Affects Versions: 2.0.6, 2.0.7
>            Reporter: Jasper Rosenberg
>            Assignee: James Holmes
>             Fix For: 2.0.9, 2.1.0
>
>
> This element exists in the current xwork 2.0 DTD, but it is missing from the struts 2.0 DTD.
> Related to issues: https://issues.apache.org/struts/browse/WW-1420 and http://jira.opensymphony.com/browse/XW-432
> <!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, default-action-ref?, default-class-ref?, global-results?, global-exception-mappings?, action*)>
> <!ELEMENT default-class-ref (param*)>
> <!ATTLIST default-class-ref
>    class CDATA #REQUIRED
> >

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.