I'm trying to integrate Seam and Flex with GraniteDS, with the goal of implemenenting a code generation tool for main use cases of CRUD operations.
One of my needs is to have the possibility to generate a combo box to reference a parent entity from another. For example, a state combo box in my county edition/creation screen.
My first attempts have failed because of lazy loading problems.
Has anyone have code that already does this?
You can do this easily using data binding. Just bind the state-combobox's
dataProvider
to theselectedItem
of the country-combobox.