Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: no longer called SAF

...

In Velocity, the same form can also be built using SAF macros.

Code Block
xml
xml
titleVM Form
#sform ("action=updatePerson")
    #stextfield ("label=First name" "name=firstName")
    #ssubmit ("value=Update")
#end

...