You need to sign in to do that
Don't have an account?
Calling apex method with parameter from Visualforce page
Hi all,
Can anyone tell me how i can call a apex class method with parameter from a visualforce page?
This is my code.
<apex:outputLabel styleClass="{!relay}" value="Postal Code"/>
How can i pass a value to the apex method 'relay' as shown above?
Can anyone tell me how i can call a apex class method with parameter from a visualforce page?
This is my code.
<apex:outputLabel styleClass="{!relay}" value="Postal Code"/>
How can i pass a value to the apex method 'relay' as shown above?
All Answers
I have the same scenario: I need to call a method with parameter.
Does anybody know how to do that?
Thanks.