Re: SessionPropertyPersistence and Infrastructure object provider

2007-05-04 Thread Eric Fesler
orrect instance belonging to > the > current thread and then, in turn, calls the core implementation itself. > > > -Original Message- > > From: Eric Fesler [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 04, 2007 9:24 AM > > To: Tapestry users > >

SessionPropertyPersistence and Infrastructure object provider

2007-05-04 Thread Eric Fesler
Hi, it's maybe a newbie question but I'm missing something and I can't understand the following: SessionPropertyPersistenceStrategy seems to be a service deployed as a *singleton*. It has a property webRequest into which one injects infrastructure:request. How can the SessionPropertyPersistenc

Re: Table component + OpenSessionInView problems

2006-09-05 Thread Eric Fesler
Do you have any persistent properties related to Evento on your page ? If somehow, you have a persistent Evento or if you have serialized an Evento somwhere in your page, this could explain your lazy instantiation exception. -- ERic On Monday 04 September 2006 21:31, Vinicius Carvalho wrote: >

Re: Tapestry+Spring+Hibernate was ->RE: @For within a @contrib:Table

2006-06-09 Thread Eric Fesler
> } > tl.set(null); > } > } > } > public static Session sess() { > Session s = (Session) tl.get(); > if (s == null || !s.isOpen()) { > try { > s = sessionFactory.ope

Re: @For within a @contrib:Table

2006-06-08 Thread Eric Fesler
>value="ognl:leadtag.leadtagtype.name"/> > > > > > > > Thanks in advance, > Aaron Bartell > http://mowyourlawn.com/blog -- Eric Fesler Technical Director

Re: rendering one of Table column as a link ? (help me...)

2006-06-02 Thread Eric Fesler
From the Tapestry 3 component reference (http://jakarta.apache.org/tapestry/3.0.4/doc/ComponentReference/contrib.Table.html): td { text-align: center }   select --ERic - To unsubscribe, e-mail: [EMAIL PROTECTED] For