This content has been marked as final.
Show 1 reply
-
1. Re: Passing a parameter to an Action
francis1970 Feb 8, 2008 5:21 AM (in response to francis1970)sorry, I forgot to mark the xml with "Code"
<node name="node1"> <event type="node-enter"> <!-- I need to pass the procedure name to ProcedureExecutor --> <action name="action1" class="com.sample.action.ProcedureExecutor"> </action> </event> </node>