do you use special classloading?

On Fri, Jul 25, 2008 at 4:21 AM, Ritz123 <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I have a custom Session object which is registered in the custom
> WebApplication class as newSession method override.
>
> The session object overrides static Session.get() method returning custom
> instance (covariant). The problem is, for some reason when I hit back
> button
> in the browser I get ClassCastException on session  (see below)
>
>
> Root cause:
>
> java.lang.ClassCastException: com.neobits.web.NeobitsWebSession
> at com.neobits.web.NeobitsWebSession.get(NeobitsWebSession.java:51)
> at
>
> com.neobits.web.pages.ViewCartPage$CartDetailsFragment$CheckoutButton.onSubmit(ViewCartPage.java:330)
> --
> View this message in context:
> http://www.nabble.com/Session.get-covariant-override-and-back-button-issue--tp18644053p18644053.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to