PDA

View Full Version : Populate List From Array remains grayed out


james57944
05-16-2009, 08:06 AM
No matter what I try to do, all the selections in the behaviors panel remain grayed out.

I'm pretty good with this stuff and have used/own just about every extension WA makes.

This one has got me pretty frustrated.

I followed the tutorials/examples explicitly.

Please help! Will keep trying.

Thanks,

Jim

PS it's a new Laptop, this is the only WA ext installed. Does it rely on any others??

Ray Borduin
05-18-2009, 06:53 AM
You need to have the "Create Dyanmic Array" server behavior applied and you need to have a form with two lists on the page. Also you need to have the parent list selected. Are all of those things working correctly?

kgilbert320621
05-28-2010, 09:47 AM
I have tried everything I can think of. Looks like a common problem. If you find a solution can you share it here?

thanks

Ray Borduin
06-01-2010, 07:09 AM
Usually it is just that you need to have your site defined with a server language and have to apply the Server Behavior "Create Dynamic Array" first.

Lee Firth
07-12-2010, 08:19 PM
I have tried everything I can think of. Looks like a common problem. If you find a solution can you share it here?

I have just had the same problem and it was caused by the fact that the "Create Dynamic Array" code was being written in the "head" tag by the extension. Once I moved the code to before the doctype declaration it worked as expected.