On Jun 4, 2010, at 11:53 AM, James McGill wrote: > On Fri, Jun 4, 2010 at 10:24 AM, James McGill < > [email protected]> wrote: > >> >> >> On Thu, Jun 3, 2010 at 8:21 PM, Jacques Le Roux < >> [email protected]> wrote: >> >>> It seems you are using a revision before r949710, update at least to this >>> to use target-parameter or patch with r946593 if you want to stay with the >>> revision you are >>> >>> Is there a corresponding change to the Form handling as well? I upgraded >> the javascript but I still don't see how the parameter name can be passed. >> >> James >> > > What I'm confused about is this: > > function lookup_popup2(view_name) { > var argString = ""; > if (this.args != null) { > if (this.args.length > 2) { > for (var i = 2; i < this.args.length; i++) { > argString += "&parm" + (i - 2) + "=" + this.args[i]; > > > That never puts "&facilityId=myFacilityId" in there, it only puts literally > &parm0=myFacilityId, so I'm puzzled.
That's correct, and how it is made to work. Search around for "parm0" and you'll find a few places where it is used. -David
