Skip to content

Instantly share code, notes, and snippets.

@spoon16
Created October 16, 2012 06:57
Show Gist options
  • Save spoon16/3897637 to your computer and use it in GitHub Desktop.
Save spoon16/3897637 to your computer and use it in GitHub Desktop.
Key must be integer - (class java.lang.IllegalArgumentException)
(ns myns
(:use [noir.core :only [defpage]]
[hiccup.form]))
(defpage "/my-form"
[]
(form-to [:post "/group-exporter/group.zip"]
(label "fristname" "First Name: ")
(text-field "firstname")
(submit-button "Submit")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment