[
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/%[email protected]%3e
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.