Just updated to 1.0.3 and started a new Struts project.  I have 3 merge
files in my merge directory, struts-message-resource.xml,
struts-plugins.xml and struts-actions.xml.  All but struts-actions.xml
are merging properly.  Here is the struts-actions.xml file:

<root>
        <action path="/index"
                type="org.apache.struts.actions.ForwardAction"
                parameter="indexpage" />

        <action path="/other"
                type="org.apache.struts.actions.ForwardAction"
                parameter="otherpage" />
</root>


When it merges into struts-config.xml, it writes the <root> tag making
my struts-config.xml fail validation:

...
<action-mappings>
        ...
        <root>
          <action path="/index" yype="org.apache.struts.actions.ForwardAction"
parameter="indexpage"></action>
          <action path="/other" type="org.apache.struts.actions.ForwardAction"
parameter="otherpage"></action>
        </root>
</action-mappings>
...

Is this a known issue?  Any help is appreciated.

~Joe


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to