Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/web
In directory usw-pr-cvs1:/tmp/cvs-serv13982/src/xdoclet/web

Modified Files:
        WebDocletTask.java 
Log Message:
Initial import of struts support.  To use add a 
<strutsconfigxml /> element to the webdoclet task.  
Supports Action and ActionForm types with the following
tags:
  @struts:form name=signup
    - in a ActionForm type

  @struts:action path=/foo
                 name=foo
                 scope=request
                 input=/bar.jsp
                 validate=false
    - in an Action type

validate defaults to true, I've just realised I didn't put a default
in for scope, which probably should default to request - yes?

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to