I am creating a list definition in VS 2010 and found out that unlike MOSS 2007,
list definition does not contain form and view pages (DispForm.aspx,
NewForm.aspx, EditForm.aspx, AllItems.aspx)
Although the files are referneced in schema.xml
<Forms>
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx"
WebPartZoneID="Main" />
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx"
WebPartZoneID="Main" />
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx"
WebPartZoneID="Main" />
</Forms>
I am implementing a requirement that needs customization in these pages in list
definition.
Do you know someone who can help? Share a link to this thread on twitter, or facebook.