Re: ARFetch with Checkbox Lists

2010-09-07 Thread Markus Zywitza
I don't understand why you need ARFetch or ARDataBind here. Simply use: PropertyBag[applications] = Applications.FindAll(); -Markus 2010/9/6 bluesliverx bksavi...@gmail.com: After messing with it for awhile, I can't seem to find how to use ARFetch with the FormHelper checkbox lists.  The

Re: ARFetch with Checkbox Lists

2010-09-07 Thread bluesliverx
I need to be able to have a subset of applications to select, which is done with the checkboxlist as mentioned previously. When the user submits the form with the appropriate applications selected/checked, the ARFetch/ARDataBind sets up the proper application models on the controller. Hopefully

ARFetch with Checkbox Lists

2010-09-06 Thread bluesliverx
After messing with it for awhile, I can't seem to find how to use ARFetch with the FormHelper checkbox lists. The checkbox list is created using this code: % FormHelper.CheckboxList list = Helpers.Form.CreateCheckboxList(selectedApplications, applications, Helpers.Dict.CreateDict(value=Id,