Re: bselect population on first time entry into form
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > poolSetupAction=Dir::Get_Data.PoolSetupModel.formAction > pool=Dir::Get_Data.PoolSetupModel.pool > <======================================== > submit=Dir::Get_Data.PoolSetupModel.submit > cancel=Dir::Get_Data.PoolSetupModel.cancel Try to use the class-attribute with the directives directly written to it. And don't forget to bind the BTemplate to some node, e.g. the form node with id poolSetupAction. Diez