You need to sign in to do that
Don't have an account?
David Roberts 4
When calling an apex method from a visualforce page, when should the method be of type PageReference and when should we use Void?
When calling an apex method from any of the following
apex;commandbutton
apex:actionSupport
apex:actionFunction
etc
Should it always be a PageReference type rather than a void?
apex;commandbutton
apex:actionSupport
apex:actionFunction
etc
Should it always be a PageReference type rather than a void?