Our application is meant to be highly configurable and flexible - it is one of the main reasons we went with SmartGwt and we love it so far. We want as much of the end product to be configurable via xml as possible without requiring our integration teams to write code.
Is there a way to do the following, and if not, is there a work-around that would allow such things?
1) We have created Workflows for some of our more complicated entities. We split up DataSources into smaller chunks, put them on different pages of the Workflow and then use a ValuesManager to connect them. However, this means that you lose some of the automatic databinding that occurs. For instance, you must manually (via code) indicate which fields go on which page. I'm assuming there is no way to split up DataSource fields into sections via the xml so is there a simple / elegant way to do this as a work around?
2) We would also like to have the ability to include field hints as a part of the ds.xml file. Is this possible?
Thoughts?
Is there a way to do the following, and if not, is there a work-around that would allow such things?
1) We have created Workflows for some of our more complicated entities. We split up DataSources into smaller chunks, put them on different pages of the Workflow and then use a ValuesManager to connect them. However, this means that you lose some of the automatic databinding that occurs. For instance, you must manually (via code) indicate which fields go on which page. I'm assuming there is no way to split up DataSource fields into sections via the xml so is there a simple / elegant way to do this as a work around?
2) We would also like to have the ability to include field hints as a part of the ds.xml file. Is this possible?
Thoughts?
Comment