Re: wizard and datagrid

2009-12-04 Thread Fernando Wermus
I added this to make it work, but I dont see the need. Why? @Override protected void onBeforeRender() { final UsersModel w=(UsersModel) getModelObject(); DataGrid g=(DataGrid) get("grid"); g.setModel(w.lookForUsers()); super.onBeforeRender(); } This model was set up before. The only differe

wizard and datagrid

2009-12-04 Thread Fernando Wermus
Hi all, I have, Step 1 which the user selects something Steps 2 which a datagrid is shown which depends in a model that is associated with the selection from step 1. The fact is that I never see any change in the datagrid. I review several times if the model associated with the datagrid has