Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi anybody have any idea calling VF page in
apex:command button any example.
Try this ..
<apex:commandButton value="Update" action="https://c.na6.visual.force.com/apex/UpdateUser?id={!$User.Id }"/>
Try this ..
<apex:commandButton value="Update" action="https://c.na6.visual.force.com/apex/UpdateUser?id={!$User.Id }"/>