Re: tapestry select model

2011-09-21 Thread Jonathan Barker
classpath:com/kids/crm/pages/wholesalemember/CreateWMemberTruck.tml, line 9 > 4 xmlns:p="tapestry:parameter"> > 5 > > 8 : > 9 model="MemberSelectModel" encoder="wholeSaleMemberEncoder" /> >

Re: tapestry select model

2011-09-20 Thread csckid
4Create W.Sale Member location classpath:com/kids/crm/pages/wholesalemember/CreateWMemberTruck.tml, line 9 # java.lang.NullPointerException Hide uninteresting stack frames Stack trace * org.apache.tapestry5.internal.util.SelectModelRenderer.option(SelectModelRenderer.java:51) -- View t

Re: tapestry select model

2011-09-20 Thread Jonathan Barker
llNumber; >private String officePhoneNumber; >private String address; >private TruckWoodPrice truckWoodPrice; >private Date created; >private Date updated; > ..getters and setters > } > > *WholeSaleMemberDaoImpl .java* > @Service("who

Re: tapestry select model

2011-09-20 Thread csckid
find("from WholeSaleMember"); } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-select-model-tp4823674p4824898.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: tapestry select model

2011-09-20 Thread Josh Canfield
can't > access the data that is selected in the combobox. > >  When I click on submit it says. I though I will be able to call > membersName.getId() > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/tapestry-select-model-tp4

tapestry select model

2011-09-20 Thread csckid
this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-select-model-tp4823674p4823674.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apach