Re: CustomFilter

2007-12-15 Thread Matt Brock
What version of Tapestry? -- View this message in context: http://www.nabble.com/CustomFilter-tp14276880p14357185.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: CustomFilter

2007-12-13 Thread Kristian Marinkovic
finishes commit is invoked (see HibernateSessionManagerImpl and HibernateModule). g, kris "Michael Bernagou" <[EMAIL PROTECTED]> 13.12.2007 14:01 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: CustomFilter Yes exactly. I w

Re: CustomFilter

2007-12-13 Thread Michael Bernagou
apply filter the tapestry > way :) (see RequestFilter interface in Tapestry for example) > > g, > kris > > > > > "Michael Bernagou" <[EMAIL PROTECTED]> > 12.12.2007 13:59 > Bitte antworten an > "Tapestry users" > > > An > "

Re: CustomFilter

2007-12-13 Thread Kristian Marinkovic
nagou" <[EMAIL PROTECTED]> 12.12.2007 13:59 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: CustomFilter In fact, I just noticed when I added the tapestry-core-5.0.6.jar in [tomcat]/common/lib I still have an error but NOT on

Re: CustomFilter

2007-12-12 Thread Michael Bernagou
oader didn't load all the libs when apply the filter, so how to force the loading? Why TapestryFilter doesn't have the same problem than my CustomFilter?? 2007/12/12, Michael Bernagou <[EMAIL PROTECTED]>: > > Hum, any idea? > > 2007/12/11, Michael Bernagou <[EMA

Re: CustomFilter

2007-12-12 Thread Michael Bernagou
Hum, any idea? 2007/12/11, Michael Bernagou <[EMAIL PROTECTED]>: > > The error is generated by this line offcourse : > private TapestryFilter tapestryFilter = new TapestryFilter(); > > Still doesn't know why... > > 2007/12/11, Michael Bernagou <[EMAIL PROTECTED]>: > > > > Hi, > > > > I tried to cr

Re: CustomFilter

2007-12-11 Thread Michael Bernagou
The error is generated by this line offcourse : private TapestryFilter tapestryFilter = new TapestryFilter(); Still doesn't know why... 2007/12/11, Michael Bernagou <[EMAIL PROTECTED]>: > > Hi, > > I tried to creat emy own filter, a Hibernate filter in fact, like that : > > [code] > // here the i

CustomFilter

2007-12-11 Thread Michael Bernagou
Hi, I tried to creat emy own filter, a Hibernate filter in fact, like that : [code] // here the imports... compilation ok public class HibernateFilter implements Filter { private TapestryFilter tapestryFilter = new TapestryFilter(); private static Log log = LogFactory.getLog(HibernateFil