Hello appfuse folks, I working an: ant new version of the appfuse-light-wicket-ibatis-1.8.2. Efforts to debug the new app after the records are displayed via the XXXList.class does not follow the same path as the UserList.class/UserForm.class. The exception shows the app throwing an Exception in the XXXModel.class but I think this is a false Exception. The app never gets that far. I cannot debug the app the same as for the UserList.class:
UserList ---> onEditUser ---> setResponsePage ---> new UserForm(this, user) ---> this.reponsePage ---> new EditForm("userForm", user) ---> no problemo. The functional duplicate of the UserXXX.class(es) fails and never gets past the XXXList() (constructor). If the user attempts to click select a record for editing a RunTime exception is thrown. Any and all advice welcomed. Regards, David. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net