Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
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