hmm .. I don't know what you are looking for, anyway's I will give a try ..
I guess the parameter you want in groovy in is javascript, don't know how it got there :), what you can do is set that parameter to a hidden field from javascript and then access it in groovy from the request object. I hope this help .... On Sat, Nov 7, 2009 at 5:15 PM, Deepa Mandal <[email protected]>wrote: > Hi Abdul, > > Actually i want to set the parameter from JavaScript to groovy. > > > On Sat, Nov 7, 2009 at 4:57 PM, Abdullah Shaikh < > [email protected]> wrote: > > > 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 work > > > > On 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 > > > > > > > > > -- > Thanks & Regards > Deepa >
