I was able to isolate the problem. I am experimenting with dynamically
constructed data providers
dataProvider="{dataManager.getFilteredDataProvider("somekey",model.startDate,model.endDate).provider}"
If "somekey" is replaced with a call to a static method of DataManager
(or another class) that assembles the key, then I get the error. If I
use a local non-static function to assemble the key, the error does
not occur.
It appears that a binding expression cannot contain calls to static methods.
Hope this helps someone else.
On Tue, Apr 29, 2008 at 9:09 AM, Anthony DeBonis
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Try and do a full code/src search for Footarget maybe you had it at
> one time - if its not found try and do a Project > Clean to get rid of
> the ghost.
>
> If not please post your code.
>
>