I am trying to run a groovy file that has this getAttribute request.
productCategoryId = request.getAttribute("productCategoryId");
What is the appropriate way to pass data into a groovy file, or make
data available to a groovy file?
- How to pass data into a groovy file? Patrick
- Re: How to pass data into a groovy file? Alexander1893
- Re: How to pass data into a groovy file? Ancheta, Fred
- Re: How to pass data into a groovy file? Jacques Le Roux
