sorry somehow i didn't type last message correctly :) use a repeater and you can add your formcoponents to its items ,see listview/dataview
On Fri, Sep 28, 2012 at 1:35 PM, vineet semwal <[email protected]> wrote: > use a repeater which and yo can attach your formcomponents to items > > On Fri, Sep 28, 2012 at 8:18 AM, Steve Swinsburg > <[email protected]> wrote: >> Hi all, >> >> I have a form that allows users to add an arbitrary number of fields, for >> example keywords for an item where there could be multiple. >> >> Up until now I have been processing my form where the fields are known and >> map directly to a model. However I'm unsure as to how this mapping works, >> for example having two or more keywords for one item. Would the property in >> the backing model be a list for this item? Rather than a string for example? >> >> Are there any examples of a similar dynamic form? >> >> cheers, >> Steve >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > regards, > > Vineet Semwal -- regards, Vineet Semwal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
