Hello, I'm using pluto-1.0.1-rc3 and am busy integrating the Pluto driver with our own CMS. Now i'm making a simple portlet and run into some problems with JSTL's c:url and also a custom tag we made that get's the path of an image through String context = request.getContextPath(); When i use a jsp with content like this: <%=request.getContextPath()%> in the portlet's doView i see 'null' printed, when i run the jsp outside the portlet is displays a normal value. So what is the problem here, am i doing something wrong or is it a bug?
Wouter
