Are you using the coupled version of Intake in T2.2? -----Original Message----- From: Bill [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 8:41 AM To: Turbine Users List Subject: RE: Question about intake
I have groups that are mapped to objects, in the group definition I map the fields that correspond to a property to that property, fields you do not want mapped still need the mapToProperty value set to blank. property is mapped: <field name="Description" key="DescriptionKey" type="String" mapToProperty="description"> </field> property is unmapped: <field name="Description" key="DescriptionKey" type="String" mapToProperty=""> </field> On Thu, 2002-12-12 at 19:31, Quinton McCombs wrote: > How? By default when you map the group to an object, all fields > defined are mapped to properties. You can change the property that > each field gets mapped to by using the mapToProperty="xxxx" attrbiute. > I tried mapToProperty="" but that did not work either. > > -----Original Message----- > From: Bill [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 6:48 AM > To: Turbine Users List > Subject: Re: Question about intake > > > Works for me. > > > On Thu, 2002-12-12 at 17:27, Quinton McCombs wrote: > > Is it possible to have some fields in your group mapped to a > > property > > and others not? I have a group that is mapped to an object. I need > > to have a few fields in that group that are not mapped to a property. > > > Is that supported? > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
