vishnu - Wednesday, January 12, 2011 3:41 AM:
Hi,
I have a list which is created a empty list using AML and values are populated using SQL statements.
I can see the values in the list (in Administration --> List), but when I try to select the list from a form it is showing empty list.
what could be the reason for this?
SamsAn - Monday, January 17, 2011 4:35 PM:
Hello.
Most likely the reason is the form is cached together with your list in Client Metadata Cache.
You should remove appropriate element from the cache using javascript code.
Samsan