Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by MarceloLotif: http://wiki.apache.org/tapestry/Tapestry5AnotherSelectWithObjects The comment on the change is: Update to the latest version (5.0.18) ------------------------------------------------------------------------------ private List<Bank> _list = new ArrayList<Bank>(); @Persist - private Bank _item = null; + private Bank _item; public void onPrepare(){ - List<Banco> l = new ArrayList<Banco>(); + List<Bank> l = new ArrayList<Bank>(); l.add(new Bank("Foo Bank 1", 1)); l.add(new Bank("Foo Bank 2", 2)); _list = l; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
