I'm trying to modify the ONET.xml so that evertime a site gets created, it
will by default has the 2 links web part loaded. However, all I get is 2
webparts pointing to the same list.
here a sinpet of my ONET.xml
<Configurations>
<Configuration ID="-1" Name="NewWeb"/>
<Configuration ID="0" Name="Default">
<Lists>
<List Title="My Deals"
Name="MyDeals"
Type="103"
Url="Lists/MyDeals" />
<List Title="My Tasks"
Url="Lists/Tasks"
QuickLaunchUrl="Lists/Tasks/AllItems.aspx"
Type="107" />
<List Title="My Documents"
Url="Shared Documents"
QuickLaunchUrl="Shared Documents/Forms/AllItems.aspx"
Type="101" />
<List Title="My Contacts"
Url="Lists/Contacts"
QuickLaunchUrl="Lists/Contacts/AllItems.aspx"
Type="105" />
<List Title="Helpful Links"
Name="favorite"
Type="103"
QuickLaunchUrl="Lists/Links/AllItems.aspx"
Url="Lists/Links" />
<List Title="Site Template Gallery"
Type="111"
Url="_catalogs/wt"
RootWebOnly="TRUE" />
<List Title="Web Part Gallery"
Type="113"
Url="_catalogs/wp"
RootWebOnly="TRUE" />
<List Title="List Template Gallery"
Type="114"
Url="_catalogs/lt"
RootWebOnly="TRUE" />
</Lists>
<Modules>
<Module Name="Default"/>
<Module Name="WebPartPopulation"/>
</Modules>
</Configuration>
</Configurations>
<Modules>
<Module Name="Default" Url="" Path="">
<File Url="default.aspx" NavBarHome="True">
<View Name="MyDeals" List="103" BaseViewID="0" WebPartZoneID="Left"
WebPartOrder="1"/>
<View List="107" BaseViewID="0" WebPartZoneID="Left"
WebPartOrder="2"/>
<View List="101" BaseViewID="0" WebPartZoneID="Left"
WebPartOrder="3"/>
<View List="105" BaseViewID="0" WebPartZoneID="Right" WebPartOrder="1"/>
<View Name="favorite" List="103" BaseViewID="0"
WebPartZoneID="Right" WebPartOrder="2"/>
<NavBarPage Name="Home" ID="1002" Position="Start">
</NavBarPage>
<NavBarPage Name="Home" ID="0" Position="Start">
</NavBarPage>
</File>
</Module>
any idea how I can fix this? Thanks.