You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/06/13 16:08:51 UTC

DO NOT REPLY [Bug 9835] New: - Nested actions in action-sets do not execute

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835

Nested actions in action-sets do not execute

           Summary: Nested actions in action-sets do not execute
           Product: Cocoon 2
           Version: Current CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: ivan@proza.lviv.ua


This bug affects Cocoon Tutorial (can't add a department or an employee).
Example:
<map:action-set name="StoryEdit">
      <map:act action="Post Story" type="form-validator">
        <map:parameter name="validate-set" value="add"/>
        <map:act type="dbAdd"/> <!-- this action never executed -->
      </map:act>
</map:action-set>

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org