Apex Controller for Action Region Demo VF Page


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. public class regioncontroller {
  2. public String name { get; set; }
  3. public String job { get; set; }
  4. }

URL: http://www.tgerm.com/2010/09/visualforce-actionregion-deep-dive.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.