Created
February 5, 2015 01:56
-
-
Save noeticpenguin/f83ab965901edc83bc27 to your computer and use it in GitHub Desktop.
CommunityDebugger visualforce page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page controller="CommunityDebuggerCtrl" action="{!fetchFailingPage}" showHeader="false" sidebar="false" > | |
<apex:outputText id="failingPageResponse" escape="false" value="{!failingPageResponse}" /> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment