You don't need to use field-list to get a form - you should look at Tutorial 15 in the book (the new beta book, starting on page 180).
On Mar 30, 2011, at 10:18 PM, Ankur wrote: > I did get it working like this: > > <input-all:points> > <view:name/> > <field-list fields="value"/> > </input-all:points> > > After removing 'points' from the main field list of the form. > > But is there another way? > Is there a way to redefine only this portion: > > <td class="name-view"> > <input class="name-tag string point-name" id="video_points_0_name" > name="video[points][0][name]" type="text" value="point1"> > </td> > > Is there a way to redefine the edit tag of a particular field? I > don't believe that is possible right now, I believe they are > constructed dynamically by each call to field-list. > > Anyway there are probably better ways. > > Ankur -- You received this message because you are subscribed to the Google Groups "Hobo 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/hobousers?hl=en.
