+ Start a Discussion
gv007gv007 

calling an VF page in a command button

Hi anybody have any idea calling VF page in

 

apex:command button any example.

Sandip458Sandip458

Try this ..

 

<apex:commandButton value="Update" action="https://c.na6.visual.force.com/apex/UpdateUser?id={!$User.Id }"/>