[Pluto 2.0.0] Spring portlet

Khaled Tlili <[email protected]> Thu, 25 Jun 2009 16:40:30 +0200
Newsgroups gmane.comp.jakarta.pluto.user
Message-ID <[email protected]>
Hi,

I tested spring portlet taked from
http://code.google.com/p/spring-portlet-sample/.

Everythinks looks working very well, except the fact that images are
not displayed. When I look into the code, I found that
request.getContextPath() in a jsp returns the context path of the
container (pluto) instead of contextPath of the portlet. When I
replaced by renderRequest.getContextPath(), it works well.

Is it an expected behavior or a bug of pluto-2.0.0?

Regards.
KT.