Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Linux Kubuntu 6.04 / click-1.4-RC1
Description
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