Re: Wicket-Spring Hibernate dao

2011-03-02 Thread James Carman
the new operator for my domain object > since there is no simple way to inject and it is not really nescessary to > inject bean to object in this case. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-Hibernate-dao-tp3320134p33

Re: Wicket-Spring Hibernate dao

2011-03-02 Thread ookpalm
Thanks everyone. I will go for using the new operator for my domain object since there is no simple way to inject and it is not really nescessary to inject bean to object in this case. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-Hibernate-dao

Re: Wicket-Spring Hibernate dao

2011-02-22 Thread Nivedan Nadaraj
gt;> >>> Cat cat = new Cat(); >>> >>> The CatDao still remains the same >>> @SpringBean >>> CatDao catDao; >>> >>> now the command catDao.store(cat); works fine. Data are written to the >>> Database. I have no clue how to solve t

Re: Wicket-Spring Hibernate dao

2011-02-22 Thread Dan Griffin
n to the Database. I have no clue how to solve this. Please help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-Hibernate-dao-tp3320134p3320134.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Wicket-Spring Hibernate dao

2011-02-22 Thread Igor Vaynberg
the same > @SpringBean > CatDao catDao; > > now the command catDao.store(cat); works fine. Data are written to the > Database. I have no clue how to solve this. > > Please help. > -- > View this message in context: &g

Wicket-Spring Hibernate dao

2011-02-22 Thread ookpalm
he command catDao.store(cat); works fine. Data are written to the Database. I have no clue how to solve this. Please help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-Hibernate-dao-tp3320134p3320134.html Sent from