Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd">

<xwork>
    <include file="actionstruts-default.xml"/>
    <include file="Home-config.xml"/>
    <include file="Hello-config.xml"/>
    <include file="Simple-config.xml"/>
    <include file="Pojo-config.xml"/>
</xwork>

Each included file must be in the same format as actionstruts.xml, including the doctype. The include files can be placed anywhere on the classpath.

...