If I am getting you right, you want to get the http parameter to groovy,
then groovy gives you access to request object,
request.getParameter("YOUR_PARAMETER") should workOn Sat, Nov 7, 2009 at 4:19 PM, Deepa Mandal <[email protected]>wrote: > Hi, > Can we set the value of parameter from javascript to groovy? > > -- > Thanks & Regards > Deepa >
