As you all may recall, I am working through creating a custom template and
custom webparts for my needs. I hope to report back on some of the secrets
I have learned when I am done, which will be soon!
Here is a dumb question that you'd think straightforward.
1) I have created custom list definitions under the LISTS directory in my
custom site definition.
2) Some (many) of these are 'single use,' meaning I want to create the list
and not have a template to create more, so creating the ListTemplate object
in onet.xml seems useless.
3) I'd just like to create the list in a List object within the
configuration directly without referencing a 'list template' by Type #.
I have played with a number of constructs in the configuration attenpting to
create a list object without a referenced list template and it doesn't seem
possible. Some manifest.xml constructs seem to imply it may be possible,
but I have found no direct documentation on how to create a List within a
Configuration without a List Template.