--- a/web/formfields.py Mon Dec 21 19:20:45 2009 +0100
+++ b/web/formfields.py Mon Dec 21 19:25:07 2009 +0100
@@ -11,12 +11,14 @@
from datetime import datetime
from logilab.mtconverter import xml_escape
+from logilab.common.decorators import cached
+
from yams.constraints import (SizeConstraint, StaticVocabularyConstraint,
FormatConstraint)
from cubicweb.utils import ustrftime
from cubicweb import tags, uilib
-from cubicweb.web import INTERNAL_FIELD_VALUE
+from cubicweb.web import INTERNAL_FIELD_VALUE, eid_param
from cubicweb.web.formwidgets import (
HiddenInput, TextInput, FileInput, PasswordInput, TextArea, FCKEditor,
Radio, Select, DateTimePicker)