<div>&nbsp;</div>
<div>How can i build a &quot;complex control&quot; which consists of a number of standart widgets?</div>
<div>&nbsp;</div>
<div>For example &quot;DateWidget&quot; which consits of a three standard annotate.List widgets DayList, MonthList and YearList?</div>
<div>&nbsp;</div>
<div>This is a simple example. </div>
<div>More complex example is a String+List widget, where the List data is based on String data submitted.</div>
<div>Explain:</div>
<div>&nbsp;</div>
<div>1. String is empty. List is Emply.</div>
<div>2. User types a phrase into String and presses Submit button.</div>
<div>3. Same form, with ERROR in List (whis is not selected) but List is not emply, it's filled from DataBase using String value like filter in query.</div>
<div>4. A user selects a value from List and presses submit again</div>
<div>&nbsp;</div>
<div>The most copmlex example is a String+List with a live XMLHTTP-request when List filled from XMLHTTPrequest.</div>
<div>&nbsp;</div>
<div>I do it in past on PHP, but i can't find any way how i can do it in nevow (using formless, not manual form submitting)</div>