
<apex:page standardController="User" extensions="SalesRepGoalController2">
<b>Hello World!</b>
</apex:page>
and controller
Java 1.7 was installed, but has been uninstalled.Windows 8 Enterprise, 64bitIE 10JRE nonepublic with sharing class SalesRepGoalController2{
private String userID = '' ;
public SalesRepGoalController2(ApexPages.StandardController c)
{
userID = c.getId();
}
}
17 answers
Still seeing this issue. Seems like such a ridiculous oversight. The only solution for now is to go through the editor under Visualforce Pages in setup(Which currently takes anywhere from 10 seconds to 5 minutes to load...)