judging by HtmlFormRender.java and ModelFormField.java setting field element's attribute - entry-name="Y" should make it checked.
As far as the select all option, perhaps there's potential with the the hide-header attribute and a small template before it. otherwise you would need to extend ModelForm.renderHeaderRow to add the checkbox in the header row with the javascript onChange and then get that script into the page --- Si Chen <[EMAIL PROTECTED]> wrote: > Hi. > > Does the form-widget support a "select all" for > multi-form with row- > submit which some of the older FTL forms support? > > Also, is there a way to set the default to > "checked" for all the rows? > > Si > > >
