Hi, the problem is that the provider doesn't have a reference to the WikiContext. The only things the provider get is the WikiEngine and Properties for initializing.
Any other ideas? Thanks ;) 2009/5/8 Janne Jalkanen <[email protected]> > > WikiContext.getHttpRequest()? Note that this may be null if the call to > the renderer came from an embedded source which didn't have a HTTP request > to start with. > > /Janne > > > On 7 May 2009, at 16:26, Daniel Manzke wrote: > > Hi there, >> >> I searched the mailing lists, but didn't find any solution for my problem. >> I'm thinking about integrating the jspwiki-engine into an existing web >> application. Therefore I started developing my own PageProvider. >> I did this before for an ECM and it was pretty easy. >> >> My Problem: >> Is there a way to access the HttpSession or HttpRequest of the current >> request in the PageProvider?! >> >> >> >> >> Thanks for helping, >> Daniel >> > > -- Mit freundlichen Grüßen Daniel Manzke
