Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Param
System
Hi,
I want to send the parameter to callServer so i am sending param object like below
but i amnot able received that parameter value in .ipl prg. Could any body let me know if i am doing wrong any where in thebelow code
var $category = IWDatacapture.getItem("/ProductCategories").getValue();
var param = new Object();
param.myParameter =$category;
I am trying to get the passed value like below
use CGI qw(param);
my $in = new CGI;
my $value = $in->param('myParameter');
Passing function
IWDatacapture.callServer('/iw-bin/Ex_GetModels.ipl',param,false);
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet