EntityProxy getId is always null for Entity with Composite Key

2013-07-25 Thread Bill Salvucci
My Entity uses a @EmbeddedId for its id. I can see that the getId on the entity in the server is returning an instance of the pk class, but it ends up being null in the corresponding entity proxy instance on the client. request.findAllAccounts() .fire(new Receiver>() { @Override

mixing mvp paradigms

2013-02-18 Thread Bill Salvucci
I recently refactored my application to mvp activities and places. I have an application level menu bar; when an menu is clicked, an activity for that menu item's place is started and the "content" area is set accordingly. Makes perfect sense to me. But I'm now thinking about the menu bar itsel

multiselect datasource binding

2009-08-20 Thread Bill Salvucci
My xml data looks something like: 43 Bill Salvucci 1 biology 5 calculus StudentDataSource: DataSourceField idField = new DataSourceTextField("id", "Id"); idField.setPrimaryKey(true); idField.setCanEdit(false); id