Hi,
i have some classes for define the data to
store, with specific descriptions.
All class have the method descriptionKey
for define the key to store the instance.
Now i'm interested to create a form with textinput
based on one specific descriptionKey.
It's possibol ?
In WAComponent subclass i have the
method:
renderAddOn: html
html form:[
html
textInput callback:[ :value| self add: value].
html submitButtton
text:'add'].
Now i can render the textInput based on specific
descriptionKey ?
Any pointers would be greatly
appreciated!
Thanks
Dario