Changeset 1462
- Timestamp:
- 11/11/08 04:07:24 (8 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/j2merosa/org.javarosa.clforms/src/org/javarosa/formmanager/view/clforms/FormViewManager.java
r1431 r1462 48 48 this.model = model; 49 49 this.controller = controller; 50 this.parent = new FormViewScreen(model); 50 51 this.showFormView = true; 51 52 model.registerObservable(this); 52 53 //immediately setup question, need to decide if this is the best place to do it 53 54 // this.getView(questionIndex); 54 //controller.setView(this);55 controller.setFormEntryView(this); 55 56 56 57 }
