Ha yes, you need to feed facilityId from parm0 in the lookup screen
Something like
<set field="parameters.facilityId " from-field="parameters.parm0"
default-value="${parameters.facilityId }"/>
HTH
Jacques
Jacques
From: "James McGill" <[email protected]>
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.
--
James McGill
Phoenix AZ