OK It was my mistake with web.xml filter mapping. I think it is pretty confusing in WicketFilterSession javadoc example that non wicket servlet is called sessiontest and application servlet has the same name. I've just copied that and replaceAll with my servlet names what produced mistakes. Be careful with copy&paste ;)
Pzdr. Legol legol wrote: > > Hi all! > I have problem with wicket Session in non wicket servlet. I read posts > about WicketFilterSession and I set all needed mappings in web.xml, but it > still doesn't work. I call servlet from applet and while doing filter > debug says that: 'could not set Wicket session: key > wicket:/servlet:session not found in http session for /projectname, > localhost. I don't have any idea what's wrong. Plz. help > > Pzdr. Legol > -- View this message in context: http://www.nabble.com/WicketSessionFilter-problem-tp15225207p15227146.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]
