function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun BalaArun Bala 

Passing 'List' as a parameter ....

Hi folks ,
I am in a position to pass in a 'List' as a parameter value to the controller (during an ajax (JS function call)) from the visualforce page ... can someone give me hints on how to accomplish this, if this is possible.


Thanks,
A B


Message Edited by Arun Bala on 11-17-2008 11:52 PM
jeffdonthemicjeffdonthemic
Arun,

There is definitely no problem passing a List to the controller (it's essentially an array). You might want to check out the Using Browser Technologies in Visualforce tutorial as it has a good blend of Flex and Javascript.

Here's the link: http://wiki.apexdevnet.com/index.php/Using_Browser_Technologies_in_Visualforce_-_Part_1

Good luck!

Jeff Douglas
Informa Plc
http://blog.jeffdouglas.com


Message Edited by jeffdonthemic on 11-18-2008 04:43 PM
Arun BalaArun Bala
Thanks Jeff.