Forum Discussion

tom_13's avatar
tom_13
Contributor
15 years ago

[SOLVED]Problem with HashMap in groovy

I need get HashMap from one script to another. I save it to the context in the first script : def map = new HashMap() map [...] = ... context.mapTestData = map Then get it in second script...