FORM -> SERVLET-FORM
This commit is contained in:
parent
db3c5ef04e
commit
52566ea00a
|
@ -20,10 +20,10 @@
|
|||
(p (a (@ href "reset")
|
||||
"click here to reset server's plugin cache"))
|
||||
(p
|
||||
(form ,new-url
|
||||
,input-text
|
||||
,number-input-field
|
||||
,(make-submit-button)))))))))
|
||||
(servlet-form ,new-url
|
||||
,input-text
|
||||
,number-input-field
|
||||
,(make-submit-button)))))))))
|
||||
(if result
|
||||
(input-field-value number-input-field
|
||||
(form-query (http-url:search (request:url result))))
|
||||
|
|
Loading…
Reference in New Issue