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 PROTECTE
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
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 the same class.
So before it was on :
java.lang.NoClassDefFoundError: org/apache/tapestry/TapestryFilter
After put the tapestry-core jar in the lib of Tomcat :
java.lang.NoCla
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