Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-383


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-383
    Summary: add Roles support to struts-config
       Type: Improvement

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: Apache Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Michael Ward

    Created: Fri, 14 Mar 2003 2:38 PM
    Updated: Fri, 14 Mar 2003 2:38 PM

Description:
Index: modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt,v
retrieving revision 1.10
diff -u -r1.10 struts_config_xml.xdt
--- modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt   
 6 Nov 2002 14:36:16 -0000       1.10
+++ modules/apache/src/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt   
 14 Mar 2003 20:01:59 -0000
@@ -49,11 +49,11 @@
   </XDtMerge:merge>
 
   <!-- ========== Action Mapping Definitions =================================== -->
-   <XDtConfig:ifConfigParamNotEquals paramName="Controller" value="">

-   <action-mappings type="<XDtConfig:configParameterValue paramName="Controller"/>">

-   </XDtConfig:ifConfigParamNotEquals>

-   <XDtConfig:ifConfigParamEquals paramName="Controller" value="">

-   <action-mappings>

+   <XDtConfig:ifConfigParamNotEquals paramName="Controller" value="">
+   <action-mappings type="<XDtConfig:configParameterValue paramName="Controller"/>">
+   </XDtConfig:ifConfigParamNotEquals>
+   <XDtConfig:ifConfigParamEquals paramName="Controller" value="">
+   <action-mappings>
    </XDtConfig:ifConfigParamEquals>  <XDtClass:forAllClasses 
type="org.apache.struts.action.Action">
    <XDtClass:forAllClassTags tagName="struts:action">
     <action
@@ -73,6 +73,9 @@
       scope="<XDtClass:classTagValue tagName="struts:action" paramName="scope" 
default="request" values="request,session"/>"
      <XDtClass:ifHasClassTag tagName="struts:action" paramName="input">
       input="<XDtClass:classTagValue tagName="struts:action" paramName="input"/>"
+     </XDtClass:ifHasClassTag>
+     <XDtClass:ifHasClassTag tagName="struts:action" paramName="roles">
+      roles="<XDtClass:classTagValue tagName="struts:action" paramName="roles"/>"
      </XDtClass:ifHasClassTag>
     </XDtClass:ifHasClassTag>
      <XDtClass:ifHasClassTag tagName="struts:action" paramName="parameter">


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to