Amd I now going nuts. How can I prefill text input field in a form?
(defmethod render-on ((res response) (field text-field))
(<ucw:input :type "text" :class "ucw-text-field" :accessor (client-value field)
:size (size field)))
No way to give an initial value?
This can't be
Friedrich