Igor Stasenko wrote:
Another question,
what if i want from user to be able to choose one of possible values:
* string 'foo'
* string 'bar'
* instance of Point (and if choosen, ask to enter x,y values)
Your point class needs to have a description of its own, i.e.
descriptionX descriptionY.
Then when an edit form is presented it will be built from the descriptions
Keith