Re: Tapestry calls the getter 3 times!

2008-07-18 Thread MBBert
our database there. You can check with > event.getRequestCycle().isRewinding() if your page is rewinding. > > Uli > > MBBert schrieb: >> Hi! >> >> I set up a new environment with Hibernate, Spring and Tapestry. After the >> first tests I wondered why each DB access was don

Re: Tapestry calls the getter 3 times!

2008-07-18 Thread MBBert
r page. > That said, you can always throw a @Cached annotation on there if needed. > > Robert > > On Jul 18, 2008, at 7/182:20 PM , MBBert wrote: > >> >> Hi! >> >> I set up a new environment with Hibernate, Spring and Tapestry. >> After the >>

Tapestry calls the getter 3 times!

2008-07-18 Thread MBBert
Hi! I set up a new environment with Hibernate, Spring and Tapestry. After the first tests I wondered why each DB access was done 3 times. For verification I set up a simple Hello World App and there is this strange behaviour also. When I set a break point in the getter method, I can see that it w