Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.463 -r1.464 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 28 Feb 2013 17:13:38 -0000 1.463 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 4 Mar 2013 13:45:49 -0000 1.464 @@ -132,6 +132,10 @@ -pretty_name "#xowiki.FormPage_pretty_name#" -pretty_plural "#xowiki.FormPage_pretty_plural#" \ -table_name "xowiki_form_page" -id_column "xowiki_form_page_id" \ -slots { + ::xo::Attribute create name \ + -help_text #xowiki.Page-name-help_text# \ + -validator name \ + -spec "maxlength=400,label=#xowiki.Page-name#,required" ::xo::db::CrAttribute create assignee \ -datatype integer \ -references parties(party_id) \