« Return to Thread: descriptionContainer addCondition

descriptionContainer addCondition

by Dario Trussardi-2 :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi All,
 
i see my last message "descriptionContainer addCondition" in the wiki are wrong formatted.
 
I resubmit the message.
 
 
I have define descriptionContainer with addCondition to mange the control of the data to dictionary.
 
The definition is:
 
descriptionContainer
    ^( super descriptionContainer)
        addCondition:[ :memento | ( self controlToDataBase: memento)]
        labelled:' Member not definable'; yourself
 
It work fine.
 
But when create the component with:
 
self call: ( ModelClass descriptionFieldOne, ModelClass descriptionFieldTwo, ModelClass descriptionFieldThree ) asComponenetOn: anModel) addValidateForm; yourself
 
the descriptionContainer addCondition d'ont work.
 
Thanks for any consideration,
 
Dario


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

 « Return to Thread: descriptionContainer addCondition