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
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
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
> "
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
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
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
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
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