Salesforce has thrown a new error message at me, and so far I haven\'t found anything useful in the docs about this. I am trying to save an object in a controller extension, and it does in fact save t
I have a visualforce page and I am using jqgrid to display data on this page. The url that the jqgrid points to is a visualforce page(https://test.visual.force.com/apex/GridResults) which outputs only
I am trying to create a dynamic picklist in a datatable. I can set the default value with a single picklist, but not when there are multiple ones. I also need to be able to store the value of whatever
I am getting a \'Conversion error setting value\' when I try to save a record in my controller extension. The page looks the way I would expect, but when I select one or more checkboxes, it gives my t
I\'m writing a VisualForce page to replace an old legacy S-Control. Originally the Custom S-Control was launched from a Custom Button, and it opened in a new browser window (The S-Control is type HTM
In the page below,Topic__c is a single-select picklist. My intention is to have this list control which of the input fields is available below. The user s开发者_StackOverflow社区elects an option, and
I\'m looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use 开发者_高级运维Visualforce with an Apex controller/extension to access t
In Salesforce, if I\'m binding a text field into a VisualForce page, whats a good way to convert the carriage returns in the text-field into HTML <br/> tags?
In Salesforce, if I\'m binding a date into a VisualForce p开发者_如何学JAVAage, how do I apply custom formatting to it?
Let\'s say you have an apex:form with ten apex:inputFields. All these fields are required and there are validation rules for all these fields that don\'t permit empty fields.