You need to sign in to do that
Don't have an account?

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
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
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