GenericSelectModel is initialised like this
                if (types == null) {
                        types =  new 
GenericSelectModel<Type>(typeManager.findAll(), //findAll()
returns List<Type>
                                Type.class,
                                EntityDisplay.getColumn(Type.class),
                                EntityDisplay.CONTEXT, propertyAccess);
                }
                                

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/NullPointerException-when-using-Palette-tp4430840p4430843.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to