Hej, 2009/12/28 uud ashr <[email protected]>:
> Won't work using: > setResponsePage(MyAnotherPage.class); > > But fine when use constructor: > setResponsePage(new MyAnotherPage()); At work we had a similar case where an object in the session, that was explicitely set before calling, wasn't set in the called page when the class variant was used but was set when the constructor variant was used. Bye Hauke Ingmar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
