Is there a way to specify a source to a schema.List?<br><br>I went through the form source tutorial at <a href="http://grok.zope.org/documentation/how-to/using-sources-in-your-forms">http://grok.zope.org/documentation/how-to/using-sources-in-your-forms</a> but while that works great for schema.Choice, I get the following error when trying to use it with a List:<br>
<br>ZopeXMLConfigurationError: File &quot;/Users/thibaud/grok/scs/src/scs/configure.zcml&quot;, line 5.2-5.27<br>    TypeError: __init__() got an unexpected keyword argument &#39;source&#39;<br><br>Is there no way to do this?<br>
<br>Thanks,<br><br>Thibaud<br>