Wednesday, July 23, 2008

NVelocity - creating urls

I always forget these two:

$Url.Link('label', "%{controller='controllerName',action='actionName'}")

and this:

To Create a form


$Form.FormTag("%{id= 'formId', action='save', immediate = 'true'}")
$Form.EndFormTag

I really wished there was a MR RC4 :D

No comments: