You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by Khaled Tlili <kt...@jahia.com> on 2009/06/25 16:40:30 UTC

[Pluto 2.0.0] Spring portlet

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.