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, > I am trying to populate a select options box in a page when i enter the > page for the > first time.I can see the collection values in the BTemplate but they are > never rendered on the screen.Only, > the screen mockups show up.I use a event to transfer it from the request to > the render event. > It gets into the viewEvent method but never renders the BSelect with the > values because Looks like you're missing a binding of the btemplate to an actual node in the dom and/or having template-directives (aka Dir::Get_Data.<model_name>.<key>) in the html. Diez