You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Fabrizio Morbini (JIRA)" <ji...@apache.org> on 2010/07/26 18:44:16 UTC

[jira] Commented: (SCXML-154) processing of param children of send actions

    [ https://issues.apache.org/jira/browse/SCXML-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892361#action_12892361 ] 

Fabrizio Morbini commented on SCXML-154:
----------------------------------------

in the submitted patch i forgot to limit the processing to only the param children.
Something like the following should be added to the getParameters method:

String childName=element.getNodeName();
if (childName.equals("param")) {


> processing of param children of send actions
> --------------------------------------------
>
>                 Key: SCXML-154
>                 URL: https://issues.apache.org/jira/browse/SCXML-154
>             Project: Commons SCXML
>          Issue Type: New Feature
>    Affects Versions: 0.9
>            Reporter: Fabrizio Morbini
>            Priority: Minor
>         Attachments: params-simple-patch.patch
>
>
> param children are not considered in current implementation.
> see email messages: http://mail-archives.apache.org/mod_mbox/commons-user/201007.mbox/%3CAANLkTinwM=RgOMP0SywfSEm1hRnLxBtB9pYd13vGXRjS@mail.gmail.com%3E

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.