Hi All,
I have just installed VSeWSS and I am creating a list definition. My aim is to create the list with some extra fields.
I modified the <fields> section of schema.xml as the following.
<Fields>
<Field Type="Text" DisplayName="MyField" BaseType="Text" Name="MyField1"></Field>
</Fields>
I also added the <FieldRef Name="MyField1"> within the <ViewFields> element.
But when I open the site, i could see my list with only one field Title. I couldn't see the field i've added to the schema.xml. But that field is available in the list settings page in the field list.
Please tell me how can I solve this problem.
Thank you,
Arun