Hello.

[ webdoclet (maven plugin) generating action element
with 'unknown="false"' ]

I'm using XDoclet Maven plugin for generating the
struts-config.xml file.  In the .java file for
myaction.RedirectAction, I've included the following
tags:

 * @struts.action
 *    path="/redirect" scope="request"
validate="false"

After running Maven/XDoclet, the struts-config.xml
file contains the following entry:

    <action
      path="/redirect"
      type="myaction.RedirectAction"
      unknown="false"
      validate="false"
    >
    </action>


Is there a reason why 'unknown="false"' is being
generated?




[ "Running <jsptaglib/>" ]

Also, can someone please explain why the webdoclet
subtask "jsptaglib" is being executed (appears in
output), even though I have not specified this as one
of the subtasks to run in the project.properties file?


Thank you.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to