FORM -> SERVLET-FORM

This commit is contained in:
interp 2002-09-27 15:32:05 +00:00
parent db3c5ef04e
commit 52566ea00a
1 changed files with 4 additions and 4 deletions

View File

@ -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))))