I don't understand why you need ARFetch or ARDataBind here. Simply use: PropertyBag["applications"] = Applications.FindAll();
-Markus 2010/9/6 bluesliverx <[email protected]>: > 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", "text=")); %> > > It works perfectly with ARDataBind, but I would like to use the much > simpler and faster (it seems to me) ARFetch since I'm not actually > binding anything. Any tips here? > > Thanks, > Brian > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
