Hi everyone
i have done a first approach of my problem.
It is not full implemented, it is just the mask as i imagine
[
img]http://img155.imagevenue.com/img.php?image=01653_tree_122_814lo.jpg[/img]
from a definition file the upper tree is created from wich you can select the elements and
change values.
from this tree a XML of the following form can be created.
| <root>
| <asynchronous></asynchronous>
| <call>
| <scriptName color="red"
bold="no">test</scriptName>
| <processVariables>
| <var>
| <key>var1</key>
| <value>foo</value>
| </var>
| <var>
| <key>var2</key>
| <value>bar</value>
| </var>
| </processVariables>
| <resultMapping>
| <alias>
| <key>result</key>
| <value>intern</value>
| </alias>
| </resultMapping>
| </call>
| </root>
|
So the next step is to transfer this into the given Action-Tag.
What do you think about it, would this work for anybody?
Any improvements you would recommend?
regards
Matthias
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098713#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...