You need to sign in to do that
Don't have an account?
Claiborne
New Build on NA1?
I have a developer account on NA1.
Suddenly, today, all VisualForce pages with <apex:inputfield> tags are failing when I hit any button from the VF page, even just a Cancel. The error is:
Could not resolve field 'Shipped__c' from <apex:inputField> value binding '{!slab.Shipped__c}'
The field name varies, but it is whatever the input field value is.
The same code is working in a production version on NA5.
What is happening?
I am scared !!
Suddenly, today, all VisualForce pages with <apex:inputfield> tags are failing when I hit any button from the VF page, even just a Cancel. The error is:
Could not resolve field 'Shipped__c' from <apex:inputField> value binding '{!slab.Shipped__c}'
The field name varies, but it is whatever the input field value is.
The same code is working in a production version on NA5.
What is happening?
I am scared !!
on a VF page, you can add "?core.apexpages.devmode.url=1" to the URL and it will remove Dev Mode for that page