« 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 have define descriptionContainer with addCondition to manage the control for the add of maModel to Database.
descriptionContainer
    ^(super descriptionContainer)
    addCondition: [:memento | (self controlToDataBase: memento)]
          labelled: 'Member not definable';   yourself
It work fine but when i create the component with:
self call: ((ModelClass descriptionFieldOne, ModelClass descriptionFieldTwo, ModelClass descriptionFieldThree)
asComponentOn: aModel) addValidatedForm; yourself
the  descriptionContainer d'ont work.
I have add descriptionContainer to the array of description but d'ont work well.
Thanks for any consideration,
Dario


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

 « Return to Thread: descriptionContainer addCondition