Top "Visualforce" questions

Visualforce is Salesforce.

Need Help to Overcome Apex CPU time limit exceeded Error

I am working on a module which will de-duplicate contact records on insert/update but I am hitting into Apex …

salesforce apex-code visualforce apex force.com
How to refer PageReference method from apex test class

I am new to apex, I have created a button to call the apex class through the visual force page. …

unit-testing testing salesforce visualforce force.com
inputField databinding issue with VisualForce

I'm having strange results with a Visualforce page (yes, Salesforce.com is icky, I know). My issue is that I …

salesforce apex-code visualforce
Test a method returning a PageReference in Salesforce

I have a method in the controller public PageReference add() { insert technology; return null; } technology is a custom object .It …

testing salesforce apex-code visualforce force.com
If Else block in Visual Force Page

I need to change the breadcrum on my VF Page based on a condition. Login is: If value is 'A' …

salesforce visualforce apex
2 Way SSL - Client Certificate Not Sent To Server

I'm have an application deployed to salesforce on the force.com platform, which I'm trying to configure a 2 way SSL …

ssl wireshark visualforce client-certificates force.com
How set two pageblock-Elements parallel in Visualforce?

I want to set two pageblock-Elements parallel with Visualforce. How can I do that? <apex:page> <apex:…

salesforce apex-code visualforce
How do format output text to show only whole numbers and not decimals along with it in Vf page

I want to display a field in a object to show just the whole number/integer value. This field has …

salesforce visualforce
Debugging Schedulable Job in apex salesforce

i am trying to run a schedulable job i never used schedulable jobs in salesforce here is my code global …

salesforce apex-code visualforce
Visualforce: How to display user's account using the $User

I have a visualforce component which I use for displaying the user's name. Currently I am doing it using the …

salesforce apex-code visualforce force.com