Hi ,
Is there a way to pass an array to a cgi from callServer fuction.
I tryied this but when i retrieving that parameter value in the cgi it s not populating
my $debugFile = "/iw-home/tmp/showcontnetItemsEdit.log";
open (DEBUG,">>$debugFile");
debug("****** Start Debugging *******");
my @portletNames = $page->param('portletsList');
debug("Received Paramertes:");
debug("Got ". scalar(@portletNames). " portlet elements");
@portletNames length getting 0