-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: extras
-
Labels:None
-
Environment:Linux Kubuntu 6.04 / click-1.4-RC1
When adding a DateField in a FormTable, the html headers for the necessary JavaScript code are not included in the page ($import).
// — snip
FormTable table = new FormTable()
FieldColumn column = new FieldColumn( "date", new DateField() )
table.addColumn( column )
// — snip