Skip to content

Instantly share code, notes, and snippets.

@1cg
Created March 4, 2012 23:07
Show Gist options
  • Save 1cg/1975274 to your computer and use it in GitHub Desktop.
Save 1cg/1975274 to your computer and use it in GitHub Desktop.
<% var post = ... %>
${formFor(PostController#update(post))}
${input(post#Content)}<br/>
${submit("Update Post")}
${endForm}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment