* Watter:

> With   that,   I   can   get   past   the   error   I   reported
> earlier. Unfortunately, I'm  seeing something else now. If  I go
> to a page,  then use my browser  back button to go  back a page,
> and then click on any other link, I get a ClassCastException for
> FusionAuthenticatedWebSession:

If you don't paste the include/exclude patterns, it will be very
hard to help you.

Don't forget the inner classes when you write the patterns, for
example this will not work:

com.company.wicket.Application

You need to do:

com.company.wicket.Application*

to match both com.company.wicket.Application and
com.company.wicket.Application$1
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to