Changes between Version 22 and Version 23 of DynamicDatasources
- Timestamp:
- 04/20/06 14:28:36 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v22 v23 60 60 This can be really simple if your datasource needs very little configuration. Some things to look out for: 61 61 62 * Make sure you set the boolean field 'edit' to true if any fields are changed.62 * A ConfigPanel keeps track of whether changes are made - either add your components using setEditOnChange or use setEdit() 63 63 * The newConfig method is never called so leave it blank :) 64 64