[SalesForce] Type mismatch for . Value binding to a property of type ANY is required, property specified (objectValue) is of type Object

I need a bit of guidance here.

I'm working with a visual force which actually was correctly deployed in an org (and working fine), through an ant target, using salesforce tool.

Note that not all components are using associated controllers, once I tried to save my Visual Force without any change, suddenly appears following error compile message:

Type mismatch for . Value binding to a property of type ANY is required, property specified (objectValue) is of type Object.

I've replicated error in Spring 15 and Winter 15 Salesforce version and result is the same in both of them.

I'm using API v24 in Visual Forces.

Thanks in advance for your time and help.

KR, Javi

Best Answer

I have seen something similar with object params in custom components. It may be a failure in the tooling API.

If you're using Mavensmate then try switching from Tooling API to MDAPI in your config.

In a browser, if it fails in Dev Console, try performing the edit in the setup menu: develop