Hi,

In my for each loop,  
<foreach list="${configs}" delimiter=" ," target="geteach"
                        param="config"/>

${configs}="FooName1:FooType1,FooName2:FooType2",

is there any way that when geteach task is invoked, I can only have
FooName1, FooName2 passed as param, not the whole FooName1:FooType1.
Appreciate any ideas!

Thanks
Xiao

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to